Html Css Color HEX #DD940A Gamboge

📋 copy color: '#DD940A'

red 221 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #DD940A

Tints of Gamboge #DD940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 58.31%
G = 39.05%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD940A (or 0xDD940A) is known color: Gamboge. HEX triplet: DD, 94 and 0A. RGB value is (221,148,10). Sum of RGB (Red+Green+Blue) = 221+148+10=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD940A is #226BF5. Grayscale: #9A9A9A. Windows color (decimal): -2255862 or 693469. OLE color: 693469.

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

Color convert

RGB 221 148 10 -
CMYK 0 0.33 0.95 0.13
HSL 39.24º 0.91% 0.45% -
HSV(B) 39.24º 0.95% 0.87% -
XYZ 40.46 36.57 5.21 -
YUV 154.1 46.68 175.72 -
System Red Green Blue C M Y K H S L
Decimal 221 148 10 0 0.33 0.95 0.13 39.24 0.91 0.45
Hex DD 94 A 0 21 5F D 27 5B 2D
Octal 335 224 12 0 41 137 15 47 133 55
Binary 11011101 10010100 1010 0 100001 1011111 1101 100111 1011011 101101

Color Harmonies of #DD940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD940A

Black with #DD940A

Text Example


Text Example

White with #DD940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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