Html Css Color HEX #DFA40B Gamboge

📋 copy color: '#DFA40B'

red 223 ◦ green 164 ◦ blue 11

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

Shades of Gamboge #DFA40B

Tints of Gamboge #DFA40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.21%

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

R = 56.03%
G = 41.21%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFA40B (or 0xDFA40B) is known color: Gamboge. HEX triplet: DF, A4 and 0B. RGB value is (223,164,11). Sum of RGB (Red+Green+Blue) = 223+164+11=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA40B is #205BF4. Grayscale: #A4A4A4. Windows color (decimal): -2120693 or 763103. OLE color: 763103.

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

Color convert

RGB 223 164 11 -
CMYK 0 0.26 0.95 0.13
HSL 43.3º 0.91% 0.46% -
HSV(B) 43.3º 0.95% 0.87% -
XYZ 43.77 42.26 6.17 -
YUV 164.2 41.55 169.94 -
System Red Green Blue C M Y K H S L
Decimal 223 164 11 0 0.26 0.95 0.13 43.3 0.91 0.46
Hex DF A4 B 0 1A 5F D 2B 5B 2E
Octal 337 244 13 0 32 137 15 53 133 56
Binary 11011111 10100100 1011 0 11010 1011111 1101 101011 1011011 101110

Color Harmonies of #DFA40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA40B

Black with #DFA40B

Text Example


Text Example

White with #DFA40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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