Html Css Color HEX #DD8C01 Gamboge

📋 copy color: '#DD8C01'

red 221 ◦ green 140 ◦ blue 1

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

Shades of Gamboge #DD8C01

Tints of Gamboge #DD8C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 61.05%
G = 38.67%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD8C01 (or 0xDD8C01) is known color: Gamboge. HEX triplet: DD, 8C and 01. RGB value is (221,140,1). Sum of RGB (Red+Green+Blue) = 221+140+1=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C01 is #2273FE. Grayscale: #959595. Windows color (decimal): -2257919 or 101597. OLE color: 101597.

HSL color Cylindrical-coordinate representation of color #DD8C01: hue angle of 37.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8C01 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 140 1 -
CMYK 0 0.37 1.00 0.13
HSL 37.91º 0.99% 0.44% -
HSV(B) 37.91º 1% 0.87% -
XYZ 39.2 34.13 4.55 -
YUV 148.37 44.84 179.8 -
System Red Green Blue C M Y K H S L
Decimal 221 140 1 0 0.37 1.00 0.13 37.91 0.99 0.44
Hex DD 8C 1 0 25 64 D 26 63 2C
Octal 335 214 1 0 45 144 15 46 143 54
Binary 11011101 10001100 1 0 100101 1100100 1101 100110 1100011 101100

Color Harmonies of #DD8C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C01

Black with #DD8C01

Text Example


Text Example

White with #DD8C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C01; }

 p { color: rgb(221,140,1); }

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

background-color css

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

 a { background-color: rgb(221,140,1); }

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

border-color css

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

 span { border-color: rgb(221,140,1); }

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