Html Css Color HEX #DCD689 Primrose

📋 copy color: '#DCD689'

red 220 ◦ green 214 ◦ blue 137

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

Shades of Primrose #DCD689

Tints of Primrose #DCD689

RGB

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

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

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

R = 38.53%
G = 37.48%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCD689 (or 0xDCD689) is known color: Primrose. HEX triplet: DC, D6 and 89. RGB value is (220,214,137). Sum of RGB (Red+Green+Blue) = 220+214+137=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD689 is #232976. Grayscale: #CFCFCF. Windows color (decimal): -2304375 or 9033436. OLE color: 9033436.

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

Color convert

RGB 220 214 137 -
CMYK 0 0.03 0.38 0.14
HSL 55.66º 0.54% 0.7% -
HSV(B) 55.66º 0.38% 0.86% -
XYZ 58.08 65.11 33.17 -
YUV 207.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 220 214 137 0 0.03 0.38 0.14 55.66 0.54 0.7
Hex DC D6 89 0 3 26 E 38 36 46
Octal 334 326 211 0 3 46 16 70 66 106
Binary 11011100 11010110 10001001 0 11 100110 1110 111000 110110 1000110

Color Harmonies of #DCD689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD689

Black with #DCD689

Text Example


Text Example

White with #DCD689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD689; }

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

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

background-color css

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

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

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

border-color css

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

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

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