Html Css Color HEX #DCD46A Goldenrod

📋 copy color: '#DCD46A'

red 220 ◦ green 212 ◦ blue 106

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

Shades of Goldenrod #DCD46A

Tints of Goldenrod #DCD46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.7%

R = 40.89%
G = 39.41%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCD46A (or 0xDCD46A) is known color: Goldenrod. HEX triplet: DC, D4 and 6A. RGB value is (220,212,106). Sum of RGB (Red+Green+Blue) = 220+212+106=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD46A is #232B95. Grayscale: #CACACA. Windows color (decimal): -2304918 or 7001308. OLE color: 7001308.

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

Color convert

RGB 220 212 106 -
CMYK 0 0.04 0.52 0.14
HSL 55.79º 0.62% 0.64% -
HSV(B) 55.79º 0.52% 0.86% -
XYZ 55.66 63.34 22.93 -
YUV 202.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 220 212 106 0 0.04 0.52 0.14 55.79 0.62 0.64
Hex DC D4 6A 0 4 34 E 38 3E 40
Octal 334 324 152 0 4 64 16 70 76 100
Binary 11011100 11010100 1101010 0 100 110100 1110 111000 111110 1000000

Color Harmonies of #DCD46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD46A

Black with #DCD46A

Text Example


Text Example

White with #DCD46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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