Html Css Color HEX #DDDB87 Primrose

📋 copy color: '#DDDB87'

red 221 ◦ green 219 ◦ blue 135

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

Shades of Primrose #DDDB87

Tints of Primrose #DDDB87

RGB

 RED value IS 221 (86.72% from 255) = 38.43%

 GREEN value IS 219 (85.94% from 255) = 38.09%

 BLUE value IS 135 (53.13% from 255) = 23.48%

R = 38.43%
G = 38.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDDB87 (or 0xDDDB87) is known color: Primrose. HEX triplet: DD, DB and 87. RGB value is (221,219,135). Sum of RGB (Red+Green+Blue) = 221+219+135=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 135 (53.12% from 255 or 23.48% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB87 is #222478. Grayscale: #D2D2D2. Windows color (decimal): -2237561 or 8903645. OLE color: 8903645.

HSL color Cylindrical-coordinate representation of color #DDDB87: hue angle of 58.6º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDDB87 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 135 -
CMYK 0 0.01 0.39 0.13
HSL 58.6º 0.56% 0.7% -
HSV(B) 58.6º 0.39% 0.87% -
XYZ 59.52 67.78 32.87 -
YUV 210.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 221 219 135 0 0.01 0.39 0.13 58.6 0.56 0.7
Hex DD DB 87 0 1 27 D 3B 38 46
Octal 335 333 207 0 1 47 15 73 70 106
Binary 11011101 11011011 10000111 0 1 100111 1101 111011 111000 1000110

Color Harmonies of #DDDB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB87

Black with #DDDB87

Text Example


Text Example

White with #DDDB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB87; }

 p { color: rgb(221,219,135); }

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

background-color css

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

 a { background-color: rgb(221,219,135); }

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

border-color css

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

 span { border-color: rgb(221,219,135); }

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