Html Css Color HEX #DFAD0D Gamboge

📋 copy color: '#DFAD0D'

red 223 ◦ green 173 ◦ blue 13

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

Shades of Gamboge #DFAD0D

Tints of Gamboge #DFAD0D

RGB

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

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

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

R = 54.52%
G = 42.3%
B = 3.18%

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

#DFAD0D (or 0xDFAD0D) is known color: Gamboge. HEX triplet: DF, AD and 0D. RGB value is (223,173,13). Sum of RGB (Red+Green+Blue) = 223+173+13=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD0D is #2052F2. Grayscale: #AAAAAA. Windows color (decimal): -2118387 or 896479. OLE color: 896479.

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

Color convert

RGB 223 173 13 -
CMYK 0 0.22 0.94 0.13
HSL 45.71º 0.89% 0.46% -
HSV(B) 45.71º 0.94% 0.87% -
XYZ 45.45 45.6 6.79 -
YUV 169.71 39.57 166.01 -
System Red Green Blue C M Y K H S L
Decimal 223 173 13 0 0.22 0.94 0.13 45.71 0.89 0.46
Hex DF AD D 0 16 5E D 2E 59 2E
Octal 337 255 15 0 26 136 15 56 131 56
Binary 11011111 10101101 1101 0 10110 1011110 1101 101110 1011001 101110

Color Harmonies of #DFAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD0D

Black with #DFAD0D

Text Example


Text Example

White with #DFAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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