Html Css Color HEX #DCD687 Primrose

📋 copy color: '#DCD687'

red 220 ◦ green 214 ◦ blue 135

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

Shades of Primrose #DCD687

Tints of Primrose #DCD687

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.61%

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

R = 38.66%
G = 37.61%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCD687 (or 0xDCD687) is known color: Primrose. HEX triplet: DC, D6 and 87. RGB value is (220,214,135). Sum of RGB (Red+Green+Blue) = 220+214+135=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD687 is #232978. Grayscale: #CFCFCF. Windows color (decimal): -2304377 or 8902364. OLE color: 8902364.

HSL color Cylindrical-coordinate representation of color #DCD687: hue angle of 55.76º 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 #DCD687 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 135 -
CMYK 0 0.03 0.39 0.14
HSL 55.76º 0.55% 0.7% -
HSV(B) 55.76º 0.39% 0.86% -
XYZ 57.93 65.06 32.43 -
YUV 206.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 220 214 135 0 0.03 0.39 0.14 55.76 0.55 0.7
Hex DC D6 87 0 3 27 E 38 37 46
Octal 334 326 207 0 3 47 16 70 67 106
Binary 11011100 11010110 10000111 0 11 100111 1110 111000 110111 1000110

Color Harmonies of #DCD687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD687

Black with #DCD687

Text Example


Text Example

White with #DCD687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD687; }

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

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

background-color css

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

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

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

border-color css

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

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

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