Html Css Color HEX #DCDA75 Goldenrod

📋 copy color: '#DCDA75'

red 220 ◦ green 218 ◦ blue 117

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

Shades of Goldenrod #DCDA75

Tints of Goldenrod #DCDA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.08%

R = 39.64%
G = 39.28%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCDA75 (or 0xDCDA75) is known color: Goldenrod. HEX triplet: DC, DA and 75. RGB value is (220,218,117). Sum of RGB (Red+Green+Blue) = 220+218+117=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA75 is #23258A. Grayscale: #CFCFCF. Windows color (decimal): -2303371 or 7723740. OLE color: 7723740.

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

Color convert

RGB 220 218 117 -
CMYK 0 0.01 0.47 0.14
HSL 58.83º 0.6% 0.66% -
HSV(B) 58.83º 0.47% 0.86% -
XYZ 57.8 66.64 26.65 -
YUV 207.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 220 218 117 0 0.01 0.47 0.14 58.83 0.6 0.66
Hex DC DA 75 0 1 2F E 3B 3C 42
Octal 334 332 165 0 1 57 16 73 74 102
Binary 11011100 11011010 1110101 0 1 101111 1110 111011 111100 1000010

Color Harmonies of #DCDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA75

Black with #DCDA75

Text Example


Text Example

White with #DCDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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