Html Css Color HEX #DFAB03 Gamboge

📋 copy color: '#DFAB03'

red 223 ◦ green 171 ◦ blue 3

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

Shades of Gamboge #DFAB03

Tints of Gamboge #DFAB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 56.17%
G = 43.07%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFAB03 (or 0xDFAB03) is known color: Gamboge. HEX triplet: DF, AB and 03. RGB value is (223,171,3). Sum of RGB (Red+Green+Blue) = 223+171+3=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB03 is #2054FC. Grayscale: #A8A8A8. Windows color (decimal): -2118909 or 240607. OLE color: 240607.

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

Color convert

RGB 223 171 3 -
CMYK 0 0.23 0.99 0.13
HSL 45.82º 0.97% 0.44% -
HSV(B) 45.82º 0.99% 0.87% -
XYZ 45.01 44.82 6.37 -
YUV 167.4 35.23 167.66 -
System Red Green Blue C M Y K H S L
Decimal 223 171 3 0 0.23 0.99 0.13 45.82 0.97 0.44
Hex DF AB 3 0 17 63 D 2E 61 2C
Octal 337 253 3 0 27 143 15 56 141 54
Binary 11011111 10101011 11 0 10111 1100011 1101 101110 1100001 101100

Color Harmonies of #DFAB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB03

Black with #DFAB03

Text Example


Text Example

White with #DFAB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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