Html Css Color HEX #DCD799 Primrose

📋 copy color: '#DCD799'

red 220 ◦ green 215 ◦ blue 153

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

Shades of Primrose #DCD799

Tints of Primrose #DCD799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.02%

R = 37.41%
G = 36.56%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCD799 (or 0xDCD799) is known color: Primrose. HEX triplet: DC, D7 and 99. RGB value is (220,215,153). Sum of RGB (Red+Green+Blue) = 220+215+153=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD799 is #232866. Grayscale: #D1D1D1. Windows color (decimal): -2304103 or 10082268. OLE color: 10082268.

HSL color Cylindrical-coordinate representation of color #DCD799: hue angle of 55.52º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD799 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 153 -
CMYK 0 0.02 0.30 0.14
HSL 55.52º 0.49% 0.73% -
HSV(B) 55.52º 0.3% 0.86% -
XYZ 59.57 66.12 39.76 -
YUV 209.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 220 215 153 0 0.02 0.30 0.14 55.52 0.49 0.73
Hex DC D7 99 0 2 1E E 38 31 49
Octal 334 327 231 0 2 36 16 70 61 111
Binary 11011100 11010111 10011001 0 10 11110 1110 111000 110001 1001001

Color Harmonies of #DCD799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD799

Black with #DCD799

Text Example


Text Example

White with #DCD799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD799; }

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

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

background-color css

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

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

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

border-color css

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

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

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