Html Css Color HEX #DFAB0B Gamboge

📋 copy color: '#DFAB0B'

red 223 ◦ green 171 ◦ blue 11

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

Shades of Gamboge #DFAB0B

Tints of Gamboge #DFAB0B

RGB

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

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

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

R = 55.06%
G = 42.22%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFAB0B (or 0xDFAB0B) is known color: Gamboge. HEX triplet: DF, AB and 0B. RGB value is (223,171,11). Sum of RGB (Red+Green+Blue) = 223+171+11=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB0B is #2054F4. Grayscale: #A9A9A9. Windows color (decimal): -2118901 or 764895. OLE color: 764895.

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

Color convert

RGB 223 171 11 -
CMYK 0 0.23 0.95 0.13
HSL 45.28º 0.91% 0.46% -
HSV(B) 45.28º 0.95% 0.87% -
XYZ 45.05 44.84 6.6 -
YUV 168.31 39.23 167.01 -
System Red Green Blue C M Y K H S L
Decimal 223 171 11 0 0.23 0.95 0.13 45.28 0.91 0.46
Hex DF AB B 0 17 5F D 2D 5B 2E
Octal 337 253 13 0 27 137 15 55 133 56
Binary 11011111 10101011 1011 0 10111 1011111 1101 101101 1011011 101110

Color Harmonies of #DFAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB0B

Black with #DFAB0B

Text Example


Text Example

White with #DFAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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