Html Css Color HEX #DD8D03 Gamboge

📋 copy color: '#DD8D03'

red 221 ◦ green 141 ◦ blue 3

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

Shades of Gamboge #DD8D03

Tints of Gamboge #DD8D03

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

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

R = 60.55%
G = 38.63%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD8D03 (or 0xDD8D03) is known color: Gamboge. HEX triplet: DD, 8D and 03. RGB value is (221,141,3). Sum of RGB (Red+Green+Blue) = 221+141+3=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D03 is #2272FC. Grayscale: #959595. Windows color (decimal): -2257661 or 232925. OLE color: 232925.

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

Color convert

RGB 221 141 3 -
CMYK 0 0.36 0.99 0.13
HSL 37.98º 0.97% 0.44% -
HSV(B) 37.98º 0.99% 0.87% -
XYZ 39.36 34.43 4.66 -
YUV 149.19 45.5 179.22 -
System Red Green Blue C M Y K H S L
Decimal 221 141 3 0 0.36 0.99 0.13 37.98 0.97 0.44
Hex DD 8D 3 0 24 63 D 26 61 2C
Octal 335 215 3 0 44 143 15 46 141 54
Binary 11011101 10001101 11 0 100100 1100011 1101 100110 1100001 101100

Color Harmonies of #DD8D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D03

Black with #DD8D03

Text Example


Text Example

White with #DD8D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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