Html Css Color HEX #DFA80B Gamboge

📋 copy color: '#DFA80B'

red 223 ◦ green 168 ◦ blue 11

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

Shades of Gamboge #DFA80B

Tints of Gamboge #DFA80B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.79%

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

R = 55.47%
G = 41.79%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFA80B (or 0xDFA80B) is known color: Gamboge. HEX triplet: DF, A8 and 0B. RGB value is (223,168,11). Sum of RGB (Red+Green+Blue) = 223+168+11=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA80B is #2057F4. Grayscale: #A7A7A7. Windows color (decimal): -2119669 or 764127. OLE color: 764127.

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

Color convert

RGB 223 168 11 -
CMYK 0 0.25 0.95 0.13
HSL 44.43º 0.91% 0.46% -
HSV(B) 44.43º 0.95% 0.87% -
XYZ 44.49 43.72 6.41 -
YUV 166.55 40.22 168.27 -
System Red Green Blue C M Y K H S L
Decimal 223 168 11 0 0.25 0.95 0.13 44.43 0.91 0.46
Hex DF A8 B 0 19 5F D 2C 5B 2E
Octal 337 250 13 0 31 137 15 54 133 56
Binary 11011111 10101000 1011 0 11001 1011111 1101 101100 1011011 101110

Color Harmonies of #DFA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA80B

Black with #DFA80B

Text Example


Text Example

White with #DFA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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