Html Css Color HEX #DCD46E Goldenrod

📋 copy color: '#DCD46E'

red 220 ◦ green 212 ◦ blue 110

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

Shades of Goldenrod #DCD46E

Tints of Goldenrod #DCD46E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.11%

 BLUE value IS 110 (43.36% from 255) = 20.3%

R = 40.59%
G = 39.11%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCD46E (or 0xDCD46E) is known color: Goldenrod. HEX triplet: DC, D4 and 6E. RGB value is (220,212,110). Sum of RGB (Red+Green+Blue) = 220+212+110=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD46E is #232B91. Grayscale: #CBCBCB. Windows color (decimal): -2304914 or 7263452. OLE color: 7263452.

HSL color Cylindrical-coordinate representation of color #DCD46E: hue angle of 55.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD46E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 110 -
CMYK 0 0.04 0.50 0.14
HSL 55.64º 0.61% 0.65% -
HSV(B) 55.64º 0.5% 0.86% -
XYZ 55.87 63.43 24.05 -
YUV 202.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 220 212 110 0 0.04 0.50 0.14 55.64 0.61 0.65
Hex DC D4 6E 0 4 32 E 38 3D 41
Octal 334 324 156 0 4 62 16 70 75 101
Binary 11011100 11010100 1101110 0 100 110010 1110 111000 111101 1000001

Color Harmonies of #DCD46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD46E

Black with #DCD46E

Text Example


Text Example

White with #DCD46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD46E; }

 p { color: rgb(220,212,110); }

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

background-color css

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

 a { background-color: rgb(220,212,110); }

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

border-color css

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

 span { border-color: rgb(220,212,110); }

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