Html Css Color HEX #DDA807 Gamboge

📋 copy color: '#DDA807'

red 221 ◦ green 168 ◦ blue 7

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

Shades of Gamboge #DDA807

Tints of Gamboge #DDA807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.42%

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 55.81%
G = 42.42%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDA807 (or 0xDDA807) is known color: Gamboge. HEX triplet: DD, A8 and 07. RGB value is (221,168,7). Sum of RGB (Red+Green+Blue) = 221+168+7=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA807 is #2257F8. Grayscale: #A6A6A6. Windows color (decimal): -2250745 or 501981. OLE color: 501981.

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

Color convert

RGB 221 168 7 -
CMYK 0 0.24 0.97 0.13
HSL 45.14º 0.94% 0.45% -
HSV(B) 45.14º 0.97% 0.87% -
XYZ 43.86 43.39 6.26 -
YUV 165.49 38.56 167.59 -
System Red Green Blue C M Y K H S L
Decimal 221 168 7 0 0.24 0.97 0.13 45.14 0.94 0.45
Hex DD A8 7 0 18 61 D 2D 5E 2D
Octal 335 250 7 0 30 141 15 55 136 55
Binary 11011101 10101000 111 0 11000 1100001 1101 101101 1011110 101101

Color Harmonies of #DDA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA807

Black with #DDA807

Text Example


Text Example

White with #DDA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA807; }

 p { color: rgb(221,168,7); }

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

background-color css

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

 a { background-color: rgb(221,168,7); }

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

border-color css

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

 span { border-color: rgb(221,168,7); }

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