Html Css Color HEX #DD9105 Gamboge

📋 copy color: '#DD9105'

red 221 ◦ green 145 ◦ blue 5

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

Shades of Gamboge #DD9105

Tints of Gamboge #DD9105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 59.57%
G = 39.08%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD9105 (or 0xDD9105) is known color: Gamboge. HEX triplet: DD, 91 and 05. RGB value is (221,145,5). Sum of RGB (Red+Green+Blue) = 221+145+5=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9105 is #226EFA. Grayscale: #989898. Windows color (decimal): -2256635 or 365021. OLE color: 365021.

HSL color Cylindrical-coordinate representation of color #DD9105: hue angle of 38.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD9105 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 5 -
CMYK 0 0.34 0.98 0.13
HSL 38.89º 0.96% 0.44% -
HSV(B) 38.89º 0.98% 0.87% -
XYZ 39.97 35.63 4.91 -
YUV 151.76 45.18 177.38 -
System Red Green Blue C M Y K H S L
Decimal 221 145 5 0 0.34 0.98 0.13 38.89 0.96 0.44
Hex DD 91 5 0 22 62 D 27 60 2C
Octal 335 221 5 0 42 142 15 47 140 54
Binary 11011101 10010001 101 0 100010 1100010 1101 100111 1100000 101100

Color Harmonies of #DD9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9105

Black with #DD9105

Text Example


Text Example

White with #DD9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9105; }

 p { color: rgb(221,145,5); }

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

background-color css

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

 a { background-color: rgb(221,145,5); }

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

border-color css

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

 span { border-color: rgb(221,145,5); }

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