Html Css Color HEX #DCDF70 Goldenrod

📋 copy color: '#DCDF70'

red 220 ◦ green 223 ◦ blue 112

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

Shades of Goldenrod #DCDF70

Tints of Goldenrod #DCDF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.18%

R = 39.64%
G = 40.18%
B = 20.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DCDF70 (or 0xDCDF70) is known color: Goldenrod. HEX triplet: DC, DF and 70. RGB value is (220,223,112). Sum of RGB (Red+Green+Blue) = 220+223+112=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF70 is #23208F. Grayscale: #D1D1D1. Windows color (decimal): -2302096 or 7397340. OLE color: 7397340.

HSL color Cylindrical-coordinate representation of color #DCDF70: hue angle of 61.62º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCDF70 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 112 -
CMYK 0.01 0 0.50 0.13
HSL 61.62º 0.63% 0.66% -
HSV(B) 61.62º 0.5% 0.87% -
XYZ 58.83 69.16 25.58 -
YUV 209.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 220 223 112 0.01 0 0.50 0.13 61.62 0.63 0.66
Hex DC DF 70 1 0 32 D 3E 3F 42
Octal 334 337 160 1 0 62 15 76 77 102
Binary 11011100 11011111 1110000 1 0 110010 1101 111110 111111 1000010

Color Harmonies of #DCDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF70

Black with #DCDF70

Text Example


Text Example

White with #DCDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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