Html Css Color HEX #DD9702 Gamboge

📋 copy color: '#DD9702'

red 221 ◦ green 151 ◦ blue 2

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

Shades of Gamboge #DD9702

Tints of Gamboge #DD9702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

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

R = 59.09%
G = 40.37%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9702 (or 0xDD9702) is known color: Gamboge. HEX triplet: DD, 97 and 02. RGB value is (221,151,2). Sum of RGB (Red+Green+Blue) = 221+151+2=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9702 is #2268FD. Grayscale: #9B9B9B. Windows color (decimal): -2255102 or 169949. OLE color: 169949.

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

Color convert

RGB 221 151 2 -
CMYK 0 0.32 0.99 0.13
HSL 40.82º 0.98% 0.44% -
HSV(B) 40.82º 0.99% 0.87% -
XYZ 40.9 37.51 5.14 -
YUV 154.94 41.69 175.12 -
System Red Green Blue C M Y K H S L
Decimal 221 151 2 0 0.32 0.99 0.13 40.82 0.98 0.44
Hex DD 97 2 0 20 63 D 29 62 2C
Octal 335 227 2 0 40 143 15 51 142 54
Binary 11011101 10010111 10 0 100000 1100011 1101 101001 1100010 101100

Color Harmonies of #DD9702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9702

Black with #DD9702

Text Example


Text Example

White with #DD9702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9702; }

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

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

background-color css

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

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

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

border-color css

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

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

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