Html Css Color HEX #DCD76A Goldenrod

📋 copy color: '#DCD76A'

red 220 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #DCD76A

Tints of Goldenrod #DCD76A

RGB

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

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

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

R = 40.67%
G = 39.74%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCD76A (or 0xDCD76A) is known color: Goldenrod. HEX triplet: DC, D7 and 6A. RGB value is (220,215,106). Sum of RGB (Red+Green+Blue) = 220+215+106=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD76A is #232895. Grayscale: #CCCCCC. Windows color (decimal): -2304150 or 7002076. OLE color: 7002076.

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

Color convert

RGB 220 215 106 -
CMYK 0 0.02 0.52 0.14
HSL 57.37º 0.62% 0.64% -
HSV(B) 57.37º 0.52% 0.86% -
XYZ 56.42 64.86 23.18 -
YUV 204.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 220 215 106 0 0.02 0.52 0.14 57.37 0.62 0.64
Hex DC D7 6A 0 2 34 E 39 3E 40
Octal 334 327 152 0 2 64 16 71 76 100
Binary 11011100 11010111 1101010 0 10 110100 1110 111001 111110 1000000

Color Harmonies of #DCD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD76A

Black with #DCD76A

Text Example


Text Example

White with #DCD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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