Html Css Color HEX #DFA508 Gamboge

📋 copy color: '#DFA508'

red 223 ◦ green 165 ◦ blue 8

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

Shades of Gamboge #DFA508

Tints of Gamboge #DFA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 56.31%
G = 41.67%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFA508 (or 0xDFA508) is known color: Gamboge. HEX triplet: DF, A5 and 08. RGB value is (223,165,8). Sum of RGB (Red+Green+Blue) = 223+165+8=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA508 is #205AF7. Grayscale: #A5A5A5. Windows color (decimal): -2120440 or 566751. OLE color: 566751.

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

Color convert

RGB 223 165 8 -
CMYK 0 0.26 0.96 0.13
HSL 43.81º 0.93% 0.45% -
HSV(B) 43.81º 0.96% 0.87% -
XYZ 43.93 42.62 6.14 -
YUV 164.44 39.72 169.77 -
System Red Green Blue C M Y K H S L
Decimal 223 165 8 0 0.26 0.96 0.13 43.81 0.93 0.45
Hex DF A5 8 0 1A 60 D 2C 5D 2D
Octal 337 245 10 0 32 140 15 54 135 55
Binary 11011111 10100101 1000 0 11010 1100000 1101 101100 1011101 101101

Color Harmonies of #DFA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA508

Black with #DFA508

Text Example


Text Example

White with #DFA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA508; }

 p { color: rgb(223,165,8); }

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

background-color css

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

 a { background-color: rgb(223,165,8); }

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

border-color css

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

 span { border-color: rgb(223,165,8); }

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