Html Css Color HEX #DD9D0B Gamboge

📋 copy color: '#DD9D0B'

red 221 ◦ green 157 ◦ blue 11

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

Shades of Gamboge #DD9D0B

Tints of Gamboge #DD9D0B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

 BLUE value IS 11 (4.69% from 255) = 2.83%

R = 56.81%
G = 40.36%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD9D0B (or 0xDD9D0B) is known color: Gamboge. HEX triplet: DD, 9D and 0B. RGB value is (221,157,11). Sum of RGB (Red+Green+Blue) = 221+157+11=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9D0B is #2262F4. Grayscale: #A0A0A0. Windows color (decimal): -2253557 or 761309. OLE color: 761309.

HSL color Cylindrical-coordinate representation of color #DD9D0B: hue angle of 41.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD9D0B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 11 -
CMYK 0 0.29 0.95 0.13
HSL 41.71º 0.91% 0.45% -
HSV(B) 41.71º 0.95% 0.87% -
XYZ 41.94 39.51 5.73 -
YUV 159.49 44.2 171.87 -
System Red Green Blue C M Y K H S L
Decimal 221 157 11 0 0.29 0.95 0.13 41.71 0.91 0.45
Hex DD 9D B 0 1D 5F D 2A 5B 2D
Octal 335 235 13 0 35 137 15 52 133 55
Binary 11011101 10011101 1011 0 11101 1011111 1101 101010 1011011 101101

Color Harmonies of #DD9D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D0B

Black with #DD9D0B

Text Example


Text Example

White with #DD9D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D0B; }

 p { color: rgb(221,157,11); }

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

background-color css

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

 a { background-color: rgb(221,157,11); }

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

border-color css

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

 span { border-color: rgb(221,157,11); }

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