Html Css Color HEX #DCD791 Primrose

📋 copy color: '#DCD791'

red 220 ◦ green 215 ◦ blue 145

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

Shades of Primrose #DCD791

Tints of Primrose #DCD791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25%

R = 37.93%
G = 37.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCD791 (or 0xDCD791) is known color: Primrose. HEX triplet: DC, D7 and 91. RGB value is (220,215,145). Sum of RGB (Red+Green+Blue) = 220+215+145=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD791 is #23286E. Grayscale: #D0D0D0. Windows color (decimal): -2304111 or 9557980. OLE color: 9557980.

HSL color Cylindrical-coordinate representation of color #DCD791: hue angle of 56º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCD791 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 145 -
CMYK 0 0.02 0.34 0.14
HSL 56º 0.52% 0.72% -
HSV(B) 56º 0.34% 0.86% -
XYZ 58.93 65.86 36.39 -
YUV 208.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 220 215 145 0 0.02 0.34 0.14 56 0.52 0.72
Hex DC D7 91 0 2 22 E 38 34 48
Octal 334 327 221 0 2 42 16 70 64 110
Binary 11011100 11010111 10010001 0 10 100010 1110 111000 110100 1001000

Color Harmonies of #DCD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD791

Black with #DCD791

Text Example


Text Example

White with #DCD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD791; }

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

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

background-color css

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

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

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

border-color css

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

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

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