Html Css Color HEX #DDAD0F Gamboge

📋 copy color: '#DDAD0F'

red 221 ◦ green 173 ◦ blue 15

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

Shades of Gamboge #DDAD0F

Tints of Gamboge #DDAD0F

RGB

 RED value IS 221 (86.72% from 255) = 54.03%

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

 BLUE value IS 15 (6.25% from 255) = 3.67%

R = 54.03%
G = 42.3%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDAD0F (or 0xDDAD0F) is known color: Gamboge. HEX triplet: DD, AD and 0F. RGB value is (221,173,15). Sum of RGB (Red+Green+Blue) = 221+173+15=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAD0F is #2252F0. Grayscale: #AAAAAA. Windows color (decimal): -2249457 or 1027549. OLE color: 1027549.

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

Color convert

RGB 221 173 15 -
CMYK 0 0.22 0.93 0.13
HSL 46.02º 0.87% 0.46% -
HSV(B) 46.02º 0.93% 0.87% -
XYZ 44.85 45.29 6.83 -
YUV 169.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 221 173 15 0 0.22 0.93 0.13 46.02 0.87 0.46
Hex DD AD F 0 16 5D D 2E 57 2E
Octal 335 255 17 0 26 135 15 56 127 56
Binary 11011101 10101101 1111 0 10110 1011101 1101 101110 1010111 101110

Color Harmonies of #DDAD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD0F

Black with #DDAD0F

Text Example


Text Example

White with #DDAD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD0F; }

 p { color: rgb(221,173,15); }

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

background-color css

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

 a { background-color: rgb(221,173,15); }

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

border-color css

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

 span { border-color: rgb(221,173,15); }

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