Html Css Color HEX #DCDA72 Goldenrod

📋 copy color: '#DCDA72'

red 220 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #DCDA72

Tints of Goldenrod #DCDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

 BLUE value IS 114 (44.92% from 255) = 20.65%

R = 39.86%
G = 39.49%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCDA72 (or 0xDCDA72) is known color: Goldenrod. HEX triplet: DC, DA and 72. RGB value is (220,218,114). Sum of RGB (Red+Green+Blue) = 220+218+114=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA72 is #23258D. Grayscale: #CFCFCF. Windows color (decimal): -2303374 or 7527132. OLE color: 7527132.

HSL color Cylindrical-coordinate representation of color #DCDA72: hue angle of 58.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCDA72 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 114 -
CMYK 0 0.01 0.48 0.14
HSL 58.87º 0.6% 0.65% -
HSV(B) 58.87º 0.48% 0.86% -
XYZ 57.62 66.57 25.73 -
YUV 206.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 220 218 114 0 0.01 0.48 0.14 58.87 0.6 0.65
Hex DC DA 72 0 1 30 E 3B 3C 41
Octal 334 332 162 0 1 60 16 73 74 101
Binary 11011100 11011010 1110010 0 1 110000 1110 111011 111100 1000001

Color Harmonies of #DCDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA72

Black with #DCDA72

Text Example


Text Example

White with #DCDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA72; }

 p { color: rgb(220,218,114); }

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

background-color css

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

 a { background-color: rgb(220,218,114); }

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

border-color css

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

 span { border-color: rgb(220,218,114); }

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