Html Css Color HEX #DCDA87 Primrose

📋 copy color: '#DCDA87'

red 220 ◦ green 218 ◦ blue 135

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

Shades of Primrose #DCDA87

Tints of Primrose #DCDA87

RGB

 RED value IS 220 (86.33% from 255) = 38.39%

 GREEN value IS 218 (85.55% from 255) = 38.05%

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

R = 38.39%
G = 38.05%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCDA87 (or 0xDCDA87) is known color: Primrose. HEX triplet: DC, DA and 87. RGB value is (220,218,135). Sum of RGB (Red+Green+Blue) = 220+218+135=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 135 (53.12% from 255 or 23.56% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA87 is #232578. Grayscale: #D1D1D1. Windows color (decimal): -2303353 or 8903388. OLE color: 8903388.

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

Color convert

RGB 220 218 135 -
CMYK 0 0.01 0.39 0.14
HSL 58.59º 0.55% 0.7% -
HSV(B) 58.59º 0.39% 0.86% -
XYZ 58.96 67.11 32.77 -
YUV 209.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 220 218 135 0 0.01 0.39 0.14 58.59 0.55 0.7
Hex DC DA 87 0 1 27 E 3B 37 46
Octal 334 332 207 0 1 47 16 73 67 106
Binary 11011100 11011010 10000111 0 1 100111 1110 111011 110111 1000110

Color Harmonies of #DCDA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA87

Black with #DCDA87

Text Example


Text Example

White with #DCDA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA87; }

 p { color: rgb(220,218,135); }

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

background-color css

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

 a { background-color: rgb(220,218,135); }

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

border-color css

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

 span { border-color: rgb(220,218,135); }

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