Html Css Color HEX #DCDF61 Goldenrod

📋 copy color: '#DCDF61'

red 220 ◦ green 223 ◦ blue 97

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

Shades of Goldenrod #DCDF61

Tints of Goldenrod #DCDF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.96%

R = 40.74%
G = 41.3%
B = 17.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DCDF61 (or 0xDCDF61) is known color: Goldenrod. HEX triplet: DC, DF and 61. RGB value is (220,223,97). Sum of RGB (Red+Green+Blue) = 220+223+97=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF61 is #23209E. Grayscale: #D0D0D0. Windows color (decimal): -2302111 or 6414300. OLE color: 6414300.

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

Color convert

RGB 220 223 97 -
CMYK 0.01 0 0.57 0.13
HSL 61.43º 0.66% 0.63% -
HSV(B) 61.43º 0.57% 0.87% -
XYZ 58.06 68.85 21.54 -
YUV 207.74 65.51 136.75 -
System Red Green Blue C M Y K H S L
Decimal 220 223 97 0.01 0 0.57 0.13 61.43 0.66 0.63
Hex DC DF 61 1 0 39 D 3D 42 3F
Octal 334 337 141 1 0 71 15 75 102 77
Binary 11011100 11011111 1100001 1 0 111001 1101 111101 1000010 111111

Color Harmonies of #DCDF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF61

Black with #DCDF61

Text Example


Text Example

White with #DCDF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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