Html Css Color HEX #DFAE0D Gamboge

📋 copy color: '#DFAE0D'

red 223 ◦ green 174 ◦ blue 13

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

Shades of Gamboge #DFAE0D

Tints of Gamboge #DFAE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 54.39%
G = 42.44%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFAE0D (or 0xDFAE0D) is known color: Gamboge. HEX triplet: DF, AE and 0D. RGB value is (223,174,13). Sum of RGB (Red+Green+Blue) = 223+174+13=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAE0D is #2051F2. Grayscale: #AAAAAA. Windows color (decimal): -2118131 or 896735. OLE color: 896735.

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

Color convert

RGB 223 174 13 -
CMYK 0 0.22 0.94 0.13
HSL 46º 0.89% 0.46% -
HSV(B) 46º 0.94% 0.87% -
XYZ 45.64 45.99 6.85 -
YUV 170.3 39.23 165.59 -
System Red Green Blue C M Y K H S L
Decimal 223 174 13 0 0.22 0.94 0.13 46 0.89 0.46
Hex DF AE D 0 16 5E D 2E 59 2E
Octal 337 256 15 0 26 136 15 56 131 56
Binary 11011111 10101110 1101 0 10110 1011110 1101 101110 1011001 101110

Color Harmonies of #DFAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE0D

Black with #DFAE0D

Text Example


Text Example

White with #DFAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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