Html Css Color HEX #DD890A Gamboge

📋 copy color: '#DD890A'

red 221 ◦ green 137 ◦ blue 10

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

Shades of Gamboge #DD890A

Tints of Gamboge #DD890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 60.05%
G = 37.23%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD890A (or 0xDD890A) is known color: Gamboge. HEX triplet: DD, 89 and 0A. RGB value is (221,137,10). Sum of RGB (Red+Green+Blue) = 221+137+10=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD890A is #2276F5. Grayscale: #949494. Windows color (decimal): -2258678 or 690653. OLE color: 690653.

HSL color Cylindrical-coordinate representation of color #DD890A: hue angle of 36.11º 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 #DD890A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 10 -
CMYK 0 0.38 0.95 0.13
HSL 36.11º 0.91% 0.45% -
HSV(B) 36.11º 0.95% 0.87% -
XYZ 38.82 33.29 4.67 -
YUV 147.64 50.33 180.33 -
System Red Green Blue C M Y K H S L
Decimal 221 137 10 0 0.38 0.95 0.13 36.11 0.91 0.45
Hex DD 89 A 0 26 5F D 24 5B 2D
Octal 335 211 12 0 46 137 15 44 133 55
Binary 11011101 10001001 1010 0 100110 1011111 1101 100100 1011011 101101

Color Harmonies of #DD890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD890A

Black with #DD890A

Text Example


Text Example

White with #DD890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD890A; }

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

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

background-color css

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

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

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

border-color css

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

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

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