Html Css Color HEX #DD971B Gamboge

📋 copy color: '#DD971B'

red 221 ◦ green 151 ◦ blue 27

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

Shades of Gamboge #DD971B

Tints of Gamboge #DD971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

 BLUE value IS 27 (10.94% from 255) = 6.77%

R = 55.39%
G = 37.84%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD971B (or 0xDD971B) is known color: Gamboge. HEX triplet: DD, 97 and 1B. RGB value is (221,151,27). Sum of RGB (Red+Green+Blue) = 221+151+27=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD971B is #2268E4. Grayscale: #9E9E9E. Windows color (decimal): -2255077 or 1808349. OLE color: 1808349.

HSL color Cylindrical-coordinate representation of color #DD971B: hue angle of 38.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD971B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 27 -
CMYK 0 0.32 0.88 0.13
HSL 38.35º 0.78% 0.49% -
HSV(B) 38.35º 0.88% 0.87% -
XYZ 41.08 37.58 6.13 -
YUV 157.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 221 151 27 0 0.32 0.88 0.13 38.35 0.78 0.49
Hex DD 97 1B 0 20 58 D 26 4E 31
Octal 335 227 33 0 40 130 15 46 116 61
Binary 11011101 10010111 11011 0 100000 1011000 1101 100110 1001110 110001

Color Harmonies of #DD971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD971B

Black with #DD971B

Text Example


Text Example

White with #DD971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD971B; }

 p { color: rgb(221,151,27); }

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

background-color css

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

 a { background-color: rgb(221,151,27); }

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

border-color css

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

 span { border-color: rgb(221,151,27); }

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