Html Css Color HEX #DBD58E Primrose

📋 copy color: '#DBD58E'

red 219 ◦ green 213 ◦ blue 142

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

Shades of Primrose #DBD58E

Tints of Primrose #DBD58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.74%

R = 38.15%
G = 37.11%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBD58E (or 0xDBD58E) is known color: Primrose. HEX triplet: DB, D5 and 8E. RGB value is (219,213,142). Sum of RGB (Red+Green+Blue) = 219+213+142=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD58E is #242A71. Grayscale: #CECECE. Windows color (decimal): -2370162 or 9360859. OLE color: 9360859.

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

Color convert

RGB 219 213 142 -
CMYK 0 0.03 0.35 0.14
HSL 55.32º 0.52% 0.71% -
HSV(B) 55.32º 0.35% 0.86% -
XYZ 57.89 64.6 35.01 -
YUV 206.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 219 213 142 0 0.03 0.35 0.14 55.32 0.52 0.71
Hex DB D5 8E 0 3 23 E 37 34 47
Octal 333 325 216 0 3 43 16 67 64 107
Binary 11011011 11010101 10001110 0 11 100011 1110 110111 110100 1000111

Color Harmonies of #DBD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD58E

Black with #DBD58E

Text Example


Text Example

White with #DBD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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