Html Css Color HEX #DCDF76 Goldenrod

📋 copy color: '#DCDF76'

red 220 ◦ green 223 ◦ blue 118

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

Shades of Goldenrod #DCDF76

Tints of Goldenrod #DCDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.75%

 BLUE value IS 118 (46.48% from 255) = 21.03%

R = 39.22%
G = 39.75%
B = 21.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DCDF76 (or 0xDCDF76) is known color: Goldenrod. HEX triplet: DC, DF and 76. RGB value is (220,223,118). Sum of RGB (Red+Green+Blue) = 220+223+118=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF76 is #232089. Grayscale: #D2D2D2. Windows color (decimal): -2302090 or 7790556. OLE color: 7790556.

HSL color Cylindrical-coordinate representation of color #DCDF76: hue angle of 61.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCDF76 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 118 -
CMYK 0.01 0 0.47 0.13
HSL 61.71º 0.62% 0.67% -
HSV(B) 61.71º 0.47% 0.87% -
XYZ 59.17 69.3 27.4 -
YUV 210.13 76.01 135.04 -
System Red Green Blue C M Y K H S L
Decimal 220 223 118 0.01 0 0.47 0.13 61.71 0.62 0.67
Hex DC DF 76 1 0 2F D 3E 3E 43
Octal 334 337 166 1 0 57 15 76 76 103
Binary 11011100 11011111 1110110 1 0 101111 1101 111110 111110 1000011

Color Harmonies of #DCDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF76

Black with #DCDF76

Text Example


Text Example

White with #DCDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF76; }

 p { color: rgb(220,223,118); }

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

background-color css

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

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

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

border-color css

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

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

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