Html Css Color HEX #DCD76C Goldenrod

📋 copy color: '#DCD76C'

red 220 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #DCD76C

Tints of Goldenrod #DCD76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.89%

R = 40.52%
G = 39.59%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCD76C (or 0xDCD76C) is known color: Goldenrod. HEX triplet: DC, D7 and 6C. RGB value is (220,215,108). Sum of RGB (Red+Green+Blue) = 220+215+108=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD76C is #232893. Grayscale: #CCCCCC. Windows color (decimal): -2304148 or 7133148. OLE color: 7133148.

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

Color convert

RGB 220 215 108 -
CMYK 0 0.02 0.51 0.14
HSL 57.32º 0.62% 0.64% -
HSV(B) 57.32º 0.51% 0.86% -
XYZ 56.52 64.9 23.74 -
YUV 204.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 220 215 108 0 0.02 0.51 0.14 57.32 0.62 0.64
Hex DC D7 6C 0 2 33 E 39 3E 40
Octal 334 327 154 0 2 63 16 71 76 100
Binary 11011100 11010111 1101100 0 10 110011 1110 111001 111110 1000000

Color Harmonies of #DCD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD76C

Black with #DCD76C

Text Example


Text Example

White with #DCD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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