Html Css Color HEX #DCDF63 Goldenrod

📋 copy color: '#DCDF63'

red 220 ◦ green 223 ◦ blue 99

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

Shades of Goldenrod #DCDF63

Tints of Goldenrod #DCDF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.27%

R = 40.59%
G = 41.14%
B = 18.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DCDF63 (or 0xDCDF63) is known color: Goldenrod. HEX triplet: DC, DF and 63. RGB value is (220,223,99). Sum of RGB (Red+Green+Blue) = 220+223+99=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF63 is #23209C. Grayscale: #D0D0D0. Windows color (decimal): -2302109 or 6545372. OLE color: 6545372.

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

Color convert

RGB 220 223 99 -
CMYK 0.01 0 0.56 0.13
HSL 61.45º 0.66% 0.63% -
HSV(B) 61.45º 0.56% 0.87% -
XYZ 58.16 68.89 22.04 -
YUV 207.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 220 223 99 0.01 0 0.56 0.13 61.45 0.66 0.63
Hex DC DF 63 1 0 38 D 3D 42 3F
Octal 334 337 143 1 0 70 15 75 102 77
Binary 11011100 11011111 1100011 1 0 111000 1101 111101 1000010 111111

Color Harmonies of #DCDF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF63

Black with #DCDF63

Text Example


Text Example

White with #DCDF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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