Html Css Color HEX #DFAF03 Gamboge

📋 copy color: '#DFAF03'

red 223 ◦ green 175 ◦ blue 3

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

Shades of Gamboge #DFAF03

Tints of Gamboge #DFAF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 55.61%
G = 43.64%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFAF03 (or 0xDFAF03) is known color: Gamboge. HEX triplet: DF, AF and 03. RGB value is (223,175,3). Sum of RGB (Red+Green+Blue) = 223+175+3=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF03 is #2050FC. Grayscale: #AAAAAA. Windows color (decimal): -2117885 or 241631. OLE color: 241631.

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

Color convert

RGB 223 175 3 -
CMYK 0 0.22 0.99 0.13
HSL 46.91º 0.97% 0.44% -
HSV(B) 46.91º 0.99% 0.87% -
XYZ 45.78 46.35 6.62 -
YUV 169.74 33.9 165.99 -
System Red Green Blue C M Y K H S L
Decimal 223 175 3 0 0.22 0.99 0.13 46.91 0.97 0.44
Hex DF AF 3 0 16 63 D 2F 61 2C
Octal 337 257 3 0 26 143 15 57 141 54
Binary 11011111 10101111 11 0 10110 1100011 1101 101111 1100001 101100

Color Harmonies of #DFAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF03

Black with #DFAF03

Text Example


Text Example

White with #DFAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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