Html Css Color HEX #DBD589 Primrose

📋 copy color: '#DBD589'

red 219 ◦ green 213 ◦ blue 137

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

Shades of Primrose #DBD589

Tints of Primrose #DBD589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.08%

R = 38.49%
G = 37.43%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBD589 (or 0xDBD589) is known color: Primrose. HEX triplet: DB, D5 and 89. RGB value is (219,213,137). Sum of RGB (Red+Green+Blue) = 219+213+137=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD589 is #242A76. Grayscale: #CECECE. Windows color (decimal): -2370167 or 9033179. OLE color: 9033179.

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

Color convert

RGB 219 213 137 -
CMYK 0 0.03 0.37 0.14
HSL 55.61º 0.53% 0.7% -
HSV(B) 55.61º 0.37% 0.86% -
XYZ 57.52 64.45 33.08 -
YUV 206.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 219 213 137 0 0.03 0.37 0.14 55.61 0.53 0.7
Hex DB D5 89 0 3 25 E 38 35 46
Octal 333 325 211 0 3 45 16 70 65 106
Binary 11011011 11010101 10001001 0 11 100101 1110 111000 110101 1000110

Color Harmonies of #DBD589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD589

Black with #DBD589

Text Example


Text Example

White with #DBD589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD589; }

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

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

background-color css

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

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

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

border-color css

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

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

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