Html Css Color HEX #DCD888 Primrose

📋 copy color: '#DCD888'

red 220 ◦ green 216 ◦ blue 136

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

Shades of Primrose #DCD888

Tints of Primrose #DCD888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.78%

R = 38.46%
G = 37.76%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCD888 (or 0xDCD888) is known color: Primrose. HEX triplet: DC, D8 and 88. RGB value is (220,216,136). Sum of RGB (Red+Green+Blue) = 220+216+136=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD888 is #232777. Grayscale: #D0D0D0. Windows color (decimal): -2303864 or 8968412. OLE color: 8968412.

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

Color convert

RGB 220 216 136 -
CMYK 0 0.02 0.38 0.14
HSL 57.14º 0.55% 0.7% -
HSV(B) 57.14º 0.38% 0.86% -
XYZ 58.52 66.1 32.97 -
YUV 208.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 220 216 136 0 0.02 0.38 0.14 57.14 0.55 0.7
Hex DC D8 88 0 2 26 E 39 37 46
Octal 334 330 210 0 2 46 16 71 67 106
Binary 11011100 11011000 10001000 0 10 100110 1110 111001 110111 1000110

Color Harmonies of #DCD888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD888

Black with #DCD888

Text Example


Text Example

White with #DCD888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD888; }

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

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

background-color css

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

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

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

border-color css

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

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

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