Html Css Color HEX #DFAE00 Gamboge

📋 copy color: '#DFAE00'

red 223 ◦ green 174 ◦ blue 0

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

Shades of Gamboge #DFAE00

Tints of Gamboge #DFAE00

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.17%
G = 43.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFAE00 (or 0xDFAE00) is known color: Gamboge. HEX triplet: DF, AE and 00. RGB value is (223,174,0). Sum of RGB (Red+Green+Blue) = 223+174+0=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAE00 is #2051FF. Grayscale: #A9A9A9. Windows color (decimal): -2118144 or 44767. OLE color: 44767.

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

Color convert

RGB 223 174 0 -
CMYK 0 0.22 1 0.13
HSL 46.82º 1% 0.44% -
HSV(B) 46.82º 1% 0.87% -
XYZ 45.57 45.96 6.47 -
YUV 168.82 32.73 166.65 -
System Red Green Blue C M Y K H S L
Decimal 223 174 0 0 0.22 1 0.13 46.82 1 0.44
Hex DF AE 0 0 16 64 D 2F 64 2C
Octal 337 256 0 0 26 144 15 57 144 54
Binary 11011111 10101110 0 0 10110 1100100 1101 101111 1100100 101100

Color Harmonies of #DFAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE00

Black with #DFAE00

Text Example


Text Example

White with #DFAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE00; }

 p { color: rgb(223,174,0); }

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

background-color css

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

 a { background-color: rgb(223,174,0); }

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

border-color css

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

 span { border-color: rgb(223,174,0); }

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