Html Css Color HEX #DCD88A Primrose

📋 copy color: '#DCD88A'

red 220 ◦ green 216 ◦ blue 138

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

Shades of Primrose #DCD88A

Tints of Primrose #DCD88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.63%

 BLUE value IS 138 (54.3% from 255) = 24.04%

R = 38.33%
G = 37.63%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCD88A (or 0xDCD88A) is known color: Primrose. HEX triplet: DC, D8 and 8A. RGB value is (220,216,138). Sum of RGB (Red+Green+Blue) = 220+216+138=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD88A is #232775. Grayscale: #D0D0D0. Windows color (decimal): -2303862 or 9099484. OLE color: 9099484.

HSL color Cylindrical-coordinate representation of color #DCD88A: hue angle of 57.07º degrees, saturation: 0.54, 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 #DCD88A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 138 -
CMYK 0 0.02 0.37 0.14
HSL 57.07º 0.54% 0.7% -
HSV(B) 57.07º 0.37% 0.86% -
XYZ 58.66 66.16 33.72 -
YUV 208.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 220 216 138 0 0.02 0.37 0.14 57.07 0.54 0.7
Hex DC D8 8A 0 2 25 E 39 36 46
Octal 334 330 212 0 2 45 16 71 66 106
Binary 11011100 11011000 10001010 0 10 100101 1110 111001 110110 1000110

Color Harmonies of #DCD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD88A

Black with #DCD88A

Text Example


Text Example

White with #DCD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD88A; }

 p { color: rgb(220,216,138); }

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

background-color css

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

 a { background-color: rgb(220,216,138); }

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

border-color css

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

 span { border-color: rgb(220,216,138); }

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