Html Css Color HEX #DFDB75 Goldenrod

📋 copy color: '#DFDB75'

red 223 ◦ green 219 ◦ blue 117

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

Shades of Goldenrod #DFDB75

Tints of Goldenrod #DFDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

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

R = 39.89%
G = 39.18%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFDB75 (or 0xDFDB75) is known color: Goldenrod. HEX triplet: DF, DB and 75. RGB value is (223,219,117). Sum of RGB (Red+Green+Blue) = 223+219+117=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB75 is #20248A. Grayscale: #D0D0D0. Windows color (decimal): -2106507 or 7723999. OLE color: 7723999.

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

Color convert

RGB 223 219 117 -
CMYK 0 0.02 0.48 0.13
HSL 57.74º 0.62% 0.67% -
HSV(B) 57.74º 0.48% 0.87% -
XYZ 58.97 67.64 26.78 -
YUV 208.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 223 219 117 0 0.02 0.48 0.13 57.74 0.62 0.67
Hex DF DB 75 0 2 30 D 3A 3E 43
Octal 337 333 165 0 2 60 15 72 76 103
Binary 11011111 11011011 1110101 0 10 110000 1101 111010 111110 1000011

Color Harmonies of #DFDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB75

Black with #DFDB75

Text Example


Text Example

White with #DFDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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