Html Css Color HEX #DDA703 Gamboge

📋 copy color: '#DDA703'

red 221 ◦ green 167 ◦ blue 3

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

Shades of Gamboge #DDA703

Tints of Gamboge #DDA703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 56.52%
G = 42.71%
B = 0.77%

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

#DDA703 (or 0xDDA703) is known color: Gamboge. HEX triplet: DD, A7 and 03. RGB value is (221,167,3). Sum of RGB (Red+Green+Blue) = 221+167+3=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA703 is #2258FC. Grayscale: #A5A5A5. Windows color (decimal): -2251005 or 239581. OLE color: 239581.

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

Color convert

RGB 221 167 3 -
CMYK 0 0.24 0.99 0.13
HSL 45.14º 0.97% 0.44% -
HSV(B) 45.14º 0.99% 0.87% -
XYZ 43.65 43.02 6.09 -
YUV 164.45 36.89 168.34 -
System Red Green Blue C M Y K H S L
Decimal 221 167 3 0 0.24 0.99 0.13 45.14 0.97 0.44
Hex DD A7 3 0 18 63 D 2D 61 2C
Octal 335 247 3 0 30 143 15 55 141 54
Binary 11011101 10100111 11 0 11000 1100011 1101 101101 1100001 101100

Color Harmonies of #DDA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA703

Black with #DDA703

Text Example


Text Example

White with #DDA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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