Html Css Color HEX #DFAB05 Gamboge

📋 copy color: '#DFAB05'

red 223 ◦ green 171 ◦ blue 5

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

Shades of Gamboge #DFAB05

Tints of Gamboge #DFAB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 55.89%
G = 42.86%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFAB05 (or 0xDFAB05) is known color: Gamboge. HEX triplet: DF, AB and 05. RGB value is (223,171,5). Sum of RGB (Red+Green+Blue) = 223+171+5=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB05 is #2054FA. Grayscale: #A8A8A8. Windows color (decimal): -2118907 or 371679. OLE color: 371679.

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

Color convert

RGB 223 171 5 -
CMYK 0 0.23 0.98 0.13
HSL 45.69º 0.96% 0.45% -
HSV(B) 45.69º 0.98% 0.87% -
XYZ 45.02 44.82 6.42 -
YUV 167.62 36.23 167.5 -
System Red Green Blue C M Y K H S L
Decimal 223 171 5 0 0.23 0.98 0.13 45.69 0.96 0.45
Hex DF AB 5 0 17 62 D 2E 60 2D
Octal 337 253 5 0 27 142 15 56 140 55
Binary 11011111 10101011 101 0 10111 1100010 1101 101110 1100000 101101

Color Harmonies of #DFAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB05

Black with #DFAB05

Text Example


Text Example

White with #DFAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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