Html Css Color HEX #DDA302 Gamboge

📋 copy color: '#DDA302'

red 221 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #DDA302

Tints of Gamboge #DDA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

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

R = 57.25%
G = 42.23%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDA302 (or 0xDDA302) is known color: Gamboge. HEX triplet: DD, A3 and 02. RGB value is (221,163,2). Sum of RGB (Red+Green+Blue) = 221+163+2=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA302 is #225CFD. Grayscale: #A2A2A2. Windows color (decimal): -2252030 or 173021. OLE color: 173021.

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

Color convert

RGB 221 163 2 -
CMYK 0 0.26 0.99 0.13
HSL 44.11º 0.98% 0.44% -
HSV(B) 44.11º 0.99% 0.87% -
XYZ 42.93 41.57 5.82 -
YUV 161.99 37.72 170.09 -
System Red Green Blue C M Y K H S L
Decimal 221 163 2 0 0.26 0.99 0.13 44.11 0.98 0.44
Hex DD A3 2 0 1A 63 D 2C 62 2C
Octal 335 243 2 0 32 143 15 54 142 54
Binary 11011101 10100011 10 0 11010 1100011 1101 101100 1100010 101100

Color Harmonies of #DDA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA302

Black with #DDA302

Text Example


Text Example

White with #DDA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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