Html Css Color HEX #DBD592 Primrose

📋 copy color: '#DBD592'

red 219 ◦ green 213 ◦ blue 146

#DBD592
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DBD592

Tints of Primrose #DBD592

RGB

 RED value IS 219 (85.94% from 255) = 37.89%

 GREEN value IS 213 (83.59% from 255) = 36.85%

 BLUE value IS 146 (57.42% from 255) = 25.26%

R = 37.89%
G = 36.85%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBD592 (or 0xDBD592) is known color: Primrose. HEX triplet: DB, D5 and 92. RGB value is (219,213,146). Sum of RGB (Red+Green+Blue) = 219+213+146=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD592 is #242A6D. Grayscale: #CFCFCF. Windows color (decimal): -2370158 or 9623003. OLE color: 9623003.

HSL color Cylindrical-coordinate representation of color #DBD592: hue angle of 55.07º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBD592 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 213 146 -
CMYK 0 0.03 0.33 0.14
HSL 55.07º 0.5% 0.72% -
HSV(B) 55.07º 0.33% 0.86% -
XYZ 58.2 64.72 36.62 -
YUV 207.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 219 213 146 0 0.03 0.33 0.14 55.07 0.5 0.72
Hex DB D5 92 0 3 21 E 37 32 48
Octal 333 325 222 0 3 41 16 67 62 110
Binary 11011011 11010101 10010010 0 11 100001 1110 110111 110010 1001000

Color Harmonies of #DBD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD592

Black with #DBD592

Text Example


Text Example

White with #DBD592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD592; }

 p { color: rgb(219,213,146); }

 H1.HeaderClassName
 {
   color: #DBD592;
 }
 .AnyTagClassName
 {
   color: #DBD592;
 }
</style>

background-color css

<style>
 a { background-color: #DBD592; }

 a { background-color: rgb(219,213,146); }

 div.DivClassName
 {
   background-color: #DBD592;
 }
 .BgClassName
 {
   background-color: #DBD592;
 }
</style>

border-color css

<style>
 span { border-color: #DBD592; }

 span { border-color: rgb(219,213,146); }

 td.TdClassName
 {
   border-color: #DBD592;
 }
 .TagClassName
 {
   border-color: #DBD592;
 }
</style>