Html Css Color HEX #DD8A0B Gamboge

📋 copy color: '#DD8A0B'

red 221 ◦ green 138 ◦ blue 11

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

Shades of Gamboge #DD8A0B

Tints of Gamboge #DD8A0B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.3%

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

R = 59.73%
G = 37.3%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD8A0B (or 0xDD8A0B) is known color: Gamboge. HEX triplet: DD, 8A and 0B. RGB value is (221,138,11). Sum of RGB (Red+Green+Blue) = 221+138+11=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A0B is #2275F4. Grayscale: #949494. Windows color (decimal): -2258421 or 756445. OLE color: 756445.

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

Color convert

RGB 221 138 11 -
CMYK 0 0.38 0.95 0.13
HSL 36.29º 0.91% 0.45% -
HSV(B) 36.29º 0.95% 0.87% -
XYZ 38.97 33.57 4.74 -
YUV 148.34 50.5 179.83 -
System Red Green Blue C M Y K H S L
Decimal 221 138 11 0 0.38 0.95 0.13 36.29 0.91 0.45
Hex DD 8A B 0 26 5F D 24 5B 2D
Octal 335 212 13 0 46 137 15 44 133 55
Binary 11011101 10001010 1011 0 100110 1011111 1101 100100 1011011 101101

Color Harmonies of #DD8A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A0B

Black with #DD8A0B

Text Example


Text Example

White with #DD8A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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