Html Css Color HEX #DFAF0B Gamboge

📋 copy color: '#DFAF0B'

red 223 ◦ green 175 ◦ blue 11

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

Shades of Gamboge #DFAF0B

Tints of Gamboge #DFAF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 54.52%
G = 42.79%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFAF0B (or 0xDFAF0B) is known color: Gamboge. HEX triplet: DF, AF and 0B. RGB value is (223,175,11). Sum of RGB (Red+Green+Blue) = 223+175+11=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF0B is #2050F4. Grayscale: #ABABAB. Windows color (decimal): -2117877 or 765919. OLE color: 765919.

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

Color convert

RGB 223 175 11 -
CMYK 0 0.22 0.95 0.13
HSL 46.42º 0.91% 0.46% -
HSV(B) 46.42º 0.95% 0.87% -
XYZ 45.82 46.37 6.85 -
YUV 170.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 223 175 11 0 0.22 0.95 0.13 46.42 0.91 0.46
Hex DF AF B 0 16 5F D 2E 5B 2E
Octal 337 257 13 0 26 137 15 56 133 56
Binary 11011111 10101111 1011 0 10110 1011111 1101 101110 1011011 101110

Color Harmonies of #DFAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF0B

Black with #DFAF0B

Text Example


Text Example

White with #DFAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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