Html Css Color HEX #DFAB04 Gamboge

📋 copy color: '#DFAB04'

red 223 ◦ green 171 ◦ blue 4

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

Shades of Gamboge #DFAB04

Tints of Gamboge #DFAB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 56.03%
G = 42.96%
B = 1.01%

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

#DFAB04 (or 0xDFAB04) is known color: Gamboge. HEX triplet: DF, AB and 04. RGB value is (223,171,4). Sum of RGB (Red+Green+Blue) = 223+171+4=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB04 is #2054FB. Grayscale: #A8A8A8. Windows color (decimal): -2118908 or 306143. OLE color: 306143.

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

Color convert

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

Color Harmonies of #DFAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB04

Black with #DFAB04

Text Example


Text Example

White with #DFAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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