Html Css Color HEX #DFAF09 Gamboge

📋 copy color: '#DFAF09'

red 223 ◦ green 175 ◦ blue 9

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

Shades of Gamboge #DFAF09

Tints of Gamboge #DFAF09

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43%

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 54.79%
G = 43%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFAF09 (or 0xDFAF09) is known color: Gamboge. HEX triplet: DF, AF and 09. RGB value is (223,175,9). Sum of RGB (Red+Green+Blue) = 223+175+9=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF09 is #2050F6. Grayscale: #ABABAB. Windows color (decimal): -2117879 or 634847. OLE color: 634847.

HSL color Cylindrical-coordinate representation of color #DFAF09: hue angle of 46.54º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFAF09 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 9 -
CMYK 0 0.22 0.96 0.13
HSL 46.54º 0.92% 0.45% -
HSV(B) 46.54º 0.96% 0.87% -
XYZ 45.81 46.37 6.79 -
YUV 170.43 36.9 165.5 -
System Red Green Blue C M Y K H S L
Decimal 223 175 9 0 0.22 0.96 0.13 46.54 0.92 0.45
Hex DF AF 9 0 16 60 D 2F 5C 2D
Octal 337 257 11 0 26 140 15 57 134 55
Binary 11011111 10101111 1001 0 10110 1100000 1101 101111 1011100 101101

Color Harmonies of #DFAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF09

Black with #DFAF09

Text Example


Text Example

White with #DFAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF09; }

 p { color: rgb(223,175,9); }

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

background-color css

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

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

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

border-color css

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

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

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