Html Css Color HEX #DCD788 Primrose

📋 copy color: '#DCD788'

red 220 ◦ green 215 ◦ blue 136

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

Shades of Primrose #DCD788

Tints of Primrose #DCD788

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.65%

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

R = 38.53%
G = 37.65%
B = 23.82%

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

#DCD788 (or 0xDCD788) is known color: Primrose. HEX triplet: DC, D7 and 88. RGB value is (220,215,136). Sum of RGB (Red+Green+Blue) = 220+215+136=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD788 is #232877. Grayscale: #CFCFCF. Windows color (decimal): -2304120 or 8968156. OLE color: 8968156.

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

Color convert

RGB 220 215 136 -
CMYK 0 0.02 0.38 0.14
HSL 56.43º 0.55% 0.7% -
HSV(B) 56.43º 0.38% 0.86% -
XYZ 58.26 65.59 32.88 -
YUV 207.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 220 215 136 0 0.02 0.38 0.14 56.43 0.55 0.7
Hex DC D7 88 0 2 26 E 38 37 46
Octal 334 327 210 0 2 46 16 70 67 106
Binary 11011100 11010111 10001000 0 10 100110 1110 111000 110111 1000110

Color Harmonies of #DCD788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD788

Black with #DCD788

Text Example


Text Example

White with #DCD788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD788; }

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

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

background-color css

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

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

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

border-color css

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

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

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