Html Css Color HEX #DFAB0F Gamboge

📋 copy color: '#DFAB0F'

red 223 ◦ green 171 ◦ blue 15

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

Shades of Gamboge #DFAB0F

Tints of Gamboge #DFAB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

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

R = 54.52%
G = 41.81%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFAB0F (or 0xDFAB0F) is known color: Gamboge. HEX triplet: DF, AB and 0F. RGB value is (223,171,15). Sum of RGB (Red+Green+Blue) = 223+171+15=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB0F is #2054F0. Grayscale: #A9A9A9. Windows color (decimal): -2118897 or 1027039. OLE color: 1027039.

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

Color convert

RGB 223 171 15 -
CMYK 0 0.23 0.93 0.13
HSL 45º 0.87% 0.47% -
HSV(B) 45º 0.93% 0.87% -
XYZ 45.08 44.85 6.73 -
YUV 168.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 223 171 15 0 0.23 0.93 0.13 45 0.87 0.47
Hex DF AB F 0 17 5D D 2D 57 2F
Octal 337 253 17 0 27 135 15 55 127 57
Binary 11011111 10101011 1111 0 10111 1011101 1101 101101 1010111 101111

Color Harmonies of #DFAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB0F

Black with #DFAB0F

Text Example


Text Example

White with #DFAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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