Html Css Color HEX #DDA702 Gamboge

📋 copy color: '#DDA702'

red 221 ◦ green 167 ◦ blue 2

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

Shades of Gamboge #DDA702

Tints of Gamboge #DDA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

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

R = 56.67%
G = 42.82%
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

#DDA702 (or 0xDDA702) is known color: Gamboge. HEX triplet: DD, A7 and 02. RGB value is (221,167,2). Sum of RGB (Red+Green+Blue) = 221+167+2=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA702 is #2258FD. Grayscale: #A5A5A5. Windows color (decimal): -2251006 or 174045. OLE color: 174045.

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

Color convert

RGB 221 167 2 -
CMYK 0 0.24 0.99 0.13
HSL 45.21º 0.98% 0.44% -
HSV(B) 45.21º 0.99% 0.87% -
XYZ 43.65 43.01 6.06 -
YUV 164.34 36.39 168.42 -
System Red Green Blue C M Y K H S L
Decimal 221 167 2 0 0.24 0.99 0.13 45.21 0.98 0.44
Hex DD A7 2 0 18 63 D 2D 62 2C
Octal 335 247 2 0 30 143 15 55 142 54
Binary 11011101 10100111 10 0 11000 1100011 1101 101101 1100010 101100

Color Harmonies of #DDA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA702

Black with #DDA702

Text Example


Text Example

White with #DDA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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