Html Css Color HEX #DD940D Gamboge

📋 copy color: '#DD940D'

red 221 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #DD940D

Tints of Gamboge #DD940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 57.85%
G = 38.74%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD940D (or 0xDD940D) is known color: Gamboge. HEX triplet: DD, 94 and 0D. RGB value is (221,148,13). Sum of RGB (Red+Green+Blue) = 221+148+13=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD940D is #226BF2. Grayscale: #9B9B9B. Windows color (decimal): -2255859 or 890077. OLE color: 890077.

HSL color Cylindrical-coordinate representation of color #DD940D: hue angle of 38.94º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD940D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 13 -
CMYK 0 0.33 0.94 0.13
HSL 38.94º 0.89% 0.46% -
HSV(B) 38.94º 0.94% 0.87% -
XYZ 40.48 36.58 5.31 -
YUV 154.44 48.18 175.48 -
System Red Green Blue C M Y K H S L
Decimal 221 148 13 0 0.33 0.94 0.13 38.94 0.89 0.46
Hex DD 94 D 0 21 5E D 27 59 2E
Octal 335 224 15 0 41 136 15 47 131 56
Binary 11011101 10010100 1101 0 100001 1011110 1101 100111 1011001 101110

Color Harmonies of #DD940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD940D

Black with #DD940D

Text Example


Text Example

White with #DD940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD940D; }

 p { color: rgb(221,148,13); }

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

background-color css

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

 a { background-color: rgb(221,148,13); }

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

border-color css

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

 span { border-color: rgb(221,148,13); }

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