Html Css Color HEX #DCDC75 Goldenrod

📋 copy color: '#DCDC75'

red 220 ◦ green 220 ◦ blue 117

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

Shades of Goldenrod #DCDC75

Tints of Goldenrod #DCDC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

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

R = 39.5%
G = 39.5%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCDC75 (or 0xDCDC75) is known color: Goldenrod. HEX triplet: DC, DC and 75. RGB value is (220,220,117). Sum of RGB (Red+Green+Blue) = 220+220+117=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC75 is #23238A. Grayscale: #D0D0D0. Windows color (decimal): -2302859 or 7724252. OLE color: 7724252.

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

Color convert

RGB 220 220 117 -
CMYK 0 0 0.47 0.14
HSL 60º 0.6% 0.66% -
HSV(B) 60º 0.47% 0.86% -
XYZ 58.32 67.69 26.82 -
YUV 208.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 220 220 117 0 0 0.47 0.14 60 0.6 0.66
Hex DC DC 75 0 0 2F E 3C 3C 42
Octal 334 334 165 0 0 57 16 74 74 102
Binary 11011100 11011100 1110101 0 0 101111 1110 111100 111100 1000010

Color Harmonies of #DCDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC75

Black with #DCDC75

Text Example


Text Example

White with #DCDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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