Html Css Color HEX #DFDF62 Goldenrod

📋 copy color: '#DFDF62'

red 223 ◦ green 223 ◦ blue 98

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

Shades of Goldenrod #DFDF62

Tints of Goldenrod #DFDF62

RGB

 RED value IS 223 (87.5% from 255) = 40.99%

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

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 40.99%
G = 40.99%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFDF62 (or 0xDFDF62) is known color: Goldenrod. HEX triplet: DF, DF and 62. RGB value is (223,223,98). Sum of RGB (Red+Green+Blue) = 223+223+98=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF62 is #20209D. Grayscale: #D1D1D1. Windows color (decimal): -2105502 or 6479839. OLE color: 6479839.

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

Color convert

RGB 223 223 98 -
CMYK 0 0 0.56 0.13
HSL 60º 0.66% 0.63% -
HSV(B) 60º 0.56% 0.87% -
XYZ 59.02 69.35 21.83 -
YUV 208.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 223 223 98 0 0 0.56 0.13 60 0.66 0.63
Hex DF DF 62 0 0 38 D 3C 42 3F
Octal 337 337 142 0 0 70 15 74 102 77
Binary 11011111 11011111 1100010 0 0 111000 1101 111100 1000010 111111

Color Harmonies of #DFDF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF62

Black with #DFDF62

Text Example


Text Example

White with #DFDF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF62; }

 p { color: rgb(223,223,98); }

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

background-color css

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

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

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

border-color css

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

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

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