Html Css Color HEX #DCD792 Primrose

📋 copy color: '#DCD792'

red 220 ◦ green 215 ◦ blue 146

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

Shades of Primrose #DCD792

Tints of Primrose #DCD792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.13%

R = 37.87%
G = 37.01%
B = 25.13%

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

#DCD792 (or 0xDCD792) is known color: Primrose. HEX triplet: DC, D7 and 92. RGB value is (220,215,146). Sum of RGB (Red+Green+Blue) = 220+215+146=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD792 is #23286D. Grayscale: #D0D0D0. Windows color (decimal): -2304110 or 9623516. OLE color: 9623516.

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

Color convert

RGB 220 215 146 -
CMYK 0 0.02 0.34 0.14
HSL 55.95º 0.51% 0.72% -
HSV(B) 55.95º 0.34% 0.86% -
XYZ 59 65.89 36.8 -
YUV 208.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 220 215 146 0 0.02 0.34 0.14 55.95 0.51 0.72
Hex DC D7 92 0 2 22 E 38 33 48
Octal 334 327 222 0 2 42 16 70 63 110
Binary 11011100 11010111 10010010 0 10 100010 1110 111000 110011 1001000

Color Harmonies of #DCD792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD792

Black with #DCD792

Text Example


Text Example

White with #DCD792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD792; }

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

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

background-color css

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

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

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

border-color css

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

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

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