Html Css Color HEX #DFA80F Gamboge

📋 copy color: '#DFA80F'

red 223 ◦ green 168 ◦ blue 15

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

Shades of Gamboge #DFA80F

Tints of Gamboge #DFA80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 54.93%
G = 41.38%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFA80F (or 0xDFA80F) is known color: Gamboge. HEX triplet: DF, A8 and 0F. RGB value is (223,168,15). Sum of RGB (Red+Green+Blue) = 223+168+15=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA80F is #2057F0. Grayscale: #A7A7A7. Windows color (decimal): -2119665 or 1026271. OLE color: 1026271.

HSL color Cylindrical-coordinate representation of color #DFA80F: hue angle of 44.13º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFA80F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 15 -
CMYK 0 0.25 0.93 0.13
HSL 44.13º 0.87% 0.47% -
HSV(B) 44.13º 0.93% 0.87% -
XYZ 44.52 43.73 6.55 -
YUV 167 42.22 167.94 -
System Red Green Blue C M Y K H S L
Decimal 223 168 15 0 0.25 0.93 0.13 44.13 0.87 0.47
Hex DF A8 F 0 19 5D D 2C 57 2F
Octal 337 250 17 0 31 135 15 54 127 57
Binary 11011111 10101000 1111 0 11001 1011101 1101 101100 1010111 101111

Color Harmonies of #DFA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA80F

Black with #DFA80F

Text Example


Text Example

White with #DFA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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