Html Css Color HEX #DFAD01 Gamboge

📋 copy color: '#DFAD01'

red 223 ◦ green 173 ◦ blue 1

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

Shades of Gamboge #DFAD01

Tints of Gamboge #DFAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 56.17%
G = 43.58%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFAD01 (or 0xDFAD01) is known color: Gamboge. HEX triplet: DF, AD and 01. RGB value is (223,173,1). Sum of RGB (Red+Green+Blue) = 223+173+1=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD01 is #2052FE. Grayscale: #A9A9A9. Windows color (decimal): -2118399 or 110047. OLE color: 110047.

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

Color convert

RGB 223 173 1 -
CMYK 0 0.22 1.00 0.13
HSL 46.49º 0.99% 0.44% -
HSV(B) 46.49º 1% 0.87% -
XYZ 45.38 45.58 6.43 -
YUV 168.34 33.57 166.99 -
System Red Green Blue C M Y K H S L
Decimal 223 173 1 0 0.22 1.00 0.13 46.49 0.99 0.44
Hex DF AD 1 0 16 64 D 2E 63 2C
Octal 337 255 1 0 26 144 15 56 143 54
Binary 11011111 10101101 1 0 10110 1100100 1101 101110 1100011 101100

Color Harmonies of #DFAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD01

Black with #DFAD01

Text Example


Text Example

White with #DFAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD01; }

 p { color: rgb(223,173,1); }

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

background-color css

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

 a { background-color: rgb(223,173,1); }

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

border-color css

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

 span { border-color: rgb(223,173,1); }

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