Html Css Color HEX #DDA002 Gamboge

📋 copy color: '#DDA002'

red 221 ◦ green 160 ◦ blue 2

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

Shades of Gamboge #DDA002

Tints of Gamboge #DDA002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

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

R = 57.7%
G = 41.78%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDA002 (or 0xDDA002) is known color: Gamboge. HEX triplet: DD, A0 and 02. RGB value is (221,160,2). Sum of RGB (Red+Green+Blue) = 221+160+2=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA002 is #225FFD. Grayscale: #A0A0A0. Windows color (decimal): -2252798 or 172253. OLE color: 172253.

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

Color convert

RGB 221 160 2 -
CMYK 0 0.28 0.99 0.13
HSL 43.29º 0.98% 0.44% -
HSV(B) 43.29º 0.99% 0.87% -
XYZ 42.4 40.52 5.64 -
YUV 160.23 38.71 171.35 -
System Red Green Blue C M Y K H S L
Decimal 221 160 2 0 0.28 0.99 0.13 43.29 0.98 0.44
Hex DD A0 2 0 1C 63 D 2B 62 2C
Octal 335 240 2 0 34 143 15 53 142 54
Binary 11011101 10100000 10 0 11100 1100011 1101 101011 1100010 101100

Color Harmonies of #DDA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA002

Black with #DDA002

Text Example


Text Example

White with #DDA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA002; }

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

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

background-color css

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

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

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

border-color css

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

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

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