Html Css Color HEX #DDA502 Gamboge

📋 copy color: '#DDA502'

red 221 ◦ green 165 ◦ blue 2

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

Shades of Gamboge #DDA502

Tints of Gamboge #DDA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.53%

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

R = 56.96%
G = 42.53%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDA502 (or 0xDDA502) is known color: Gamboge. HEX triplet: DD, A5 and 02. RGB value is (221,165,2). Sum of RGB (Red+Green+Blue) = 221+165+2=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA502 is #225AFD. Grayscale: #A3A3A3. Windows color (decimal): -2251518 or 173533. OLE color: 173533.

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

Color convert

RGB 221 165 2 -
CMYK 0 0.25 0.99 0.13
HSL 44.66º 0.98% 0.44% -
HSV(B) 44.66º 0.99% 0.87% -
XYZ 43.28 42.29 5.94 -
YUV 163.16 37.05 169.25 -
System Red Green Blue C M Y K H S L
Decimal 221 165 2 0 0.25 0.99 0.13 44.66 0.98 0.44
Hex DD A5 2 0 19 63 D 2D 62 2C
Octal 335 245 2 0 31 143 15 55 142 54
Binary 11011101 10100101 10 0 11001 1100011 1101 101101 1100010 101100

Color Harmonies of #DDA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA502

Black with #DDA502

Text Example


Text Example

White with #DDA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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