Html Css Color HEX #DFDF75 Goldenrod

📋 copy color: '#DFDF75'

red 223 ◦ green 223 ◦ blue 117

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

Shades of Goldenrod #DFDF75

Tints of Goldenrod #DFDF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.78%

R = 39.61%
G = 39.61%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFDF75 (or 0xDFDF75) is known color: Goldenrod. HEX triplet: DF, DF and 75. RGB value is (223,223,117). Sum of RGB (Red+Green+Blue) = 223+223+117=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF75 is #20208A. Grayscale: #D3D3D3. Windows color (decimal): -2105483 or 7725023. OLE color: 7725023.

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

Color convert

RGB 223 223 117 -
CMYK 0 0 0.48 0.13
HSL 60º 0.62% 0.67% -
HSV(B) 60º 0.48% 0.87% -
XYZ 60.03 69.75 27.13 -
YUV 210.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 223 223 117 0 0 0.48 0.13 60 0.62 0.67
Hex DF DF 75 0 0 30 D 3C 3E 43
Octal 337 337 165 0 0 60 15 74 76 103
Binary 11011111 11011111 1110101 0 0 110000 1101 111100 111110 1000011

Color Harmonies of #DFDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF75

Black with #DFDF75

Text Example


Text Example

White with #DFDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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