Html Css Color HEX #DCD592 Primrose

📋 copy color: '#DCD592'

red 220 ◦ green 213 ◦ blue 146

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

Shades of Primrose #DCD592

Tints of Primrose #DCD592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.79%

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

R = 38%
G = 36.79%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCD592 (or 0xDCD592) is known color: Primrose. HEX triplet: DC, D5 and 92. RGB value is (220,213,146). Sum of RGB (Red+Green+Blue) = 220+213+146=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD592 is #232A6D. Grayscale: #CFCFCF. Windows color (decimal): -2304622 or 9623004. OLE color: 9623004.

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

Color convert

RGB 220 213 146 -
CMYK 0 0.03 0.34 0.14
HSL 54.32º 0.51% 0.72% -
HSV(B) 54.32º 0.34% 0.86% -
XYZ 58.5 64.88 36.63 -
YUV 207.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 220 213 146 0 0.03 0.34 0.14 54.32 0.51 0.72
Hex DC D5 92 0 3 22 E 36 33 48
Octal 334 325 222 0 3 42 16 66 63 110
Binary 11011100 11010101 10010010 0 11 100010 1110 110110 110011 1001000

Color Harmonies of #DCD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD592

Black with #DCD592

Text Example


Text Example

White with #DCD592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD592; }

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

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

background-color css

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

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

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

border-color css

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

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

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