Html Css Color HEX #DDA802 Gamboge

📋 copy color: '#DDA802'

red 221 ◦ green 168 ◦ blue 2

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

Shades of Gamboge #DDA802

Tints of Gamboge #DDA802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 56.52%
G = 42.97%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDA802 (or 0xDDA802) is known color: Gamboge. HEX triplet: DD, A8 and 02. RGB value is (221,168,2). Sum of RGB (Red+Green+Blue) = 221+168+2=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA802 is #2257FD. Grayscale: #A5A5A5. Windows color (decimal): -2250750 or 174301. OLE color: 174301.

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

Color convert

RGB 221 168 2 -
CMYK 0 0.24 0.99 0.13
HSL 45.48º 0.98% 0.44% -
HSV(B) 45.48º 0.99% 0.87% -
XYZ 43.83 43.38 6.12 -
YUV 164.92 36.06 168 -
System Red Green Blue C M Y K H S L
Decimal 221 168 2 0 0.24 0.99 0.13 45.48 0.98 0.44
Hex DD A8 2 0 18 63 D 2D 62 2C
Octal 335 250 2 0 30 143 15 55 142 54
Binary 11011101 10101000 10 0 11000 1100011 1101 101101 1100010 101100

Color Harmonies of #DDA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA802

Black with #DDA802

Text Example


Text Example

White with #DDA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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