Html Css Color HEX #DCD36A Goldenrod

📋 copy color: '#DCD36A'

red 220 ◦ green 211 ◦ blue 106

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

Shades of Goldenrod #DCD36A

Tints of Goldenrod #DCD36A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

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

R = 40.97%
G = 39.29%
B = 19.74%

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

#DCD36A (or 0xDCD36A) is known color: Goldenrod. HEX triplet: DC, D3 and 6A. RGB value is (220,211,106). Sum of RGB (Red+Green+Blue) = 220+211+106=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD36A is #232C95. Grayscale: #CACACA. Windows color (decimal): -2305174 or 7001052. OLE color: 7001052.

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

Color convert

RGB 220 211 106 -
CMYK 0 0.04 0.52 0.14
HSL 55.26º 0.62% 0.64% -
HSV(B) 55.26º 0.52% 0.86% -
XYZ 55.41 62.84 22.85 -
YUV 201.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 220 211 106 0 0.04 0.52 0.14 55.26 0.62 0.64
Hex DC D3 6A 0 4 34 E 37 3E 40
Octal 334 323 152 0 4 64 16 67 76 100
Binary 11011100 11010011 1101010 0 100 110100 1110 110111 111110 1000000

Color Harmonies of #DCD36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD36A

Black with #DCD36A

Text Example


Text Example

White with #DCD36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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