Html Css Color HEX #D0990D Gamboge

📋 copy color: '#D0990D'

red 208 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #D0990D

Tints of Gamboge #D0990D

RGB

 RED value IS 208 (81.64% from 255) = 55.61%

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 55.61%
G = 40.91%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0990D (or 0xD0990D) is known color: Gamboge. HEX triplet: D0, 99 and 0D. RGB value is (208,153,13). Sum of RGB (Red+Green+Blue) = 208+153+13=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0990D is #2F66F2. Grayscale: #9A9A9A. Windows color (decimal): -3106547 or 891344. OLE color: 891344.

HSL color Cylindrical-coordinate representation of color #D0990D: hue angle of 43.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0990D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 13 -
CMYK 0 0.26 0.94 0.18
HSL 43.08º 0.88% 0.43% -
HSV(B) 43.08º 0.94% 0.82% -
XYZ 37.48 36.22 5.4 -
YUV 153.49 48.72 166.88 -
System Red Green Blue C M Y K H S L
Decimal 208 153 13 0 0.26 0.94 0.18 43.08 0.88 0.43
Hex D0 99 D 0 1A 5E 12 2B 58 2B
Octal 320 231 15 0 32 136 22 53 130 53
Binary 11010000 10011001 1101 0 11010 1011110 10010 101011 1011000 101011

Color Harmonies of #D0990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0990D

Black with #D0990D

Text Example


Text Example

White with #D0990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0990D; }

 p { color: rgb(208,153,13); }

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

background-color css

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

 a { background-color: rgb(208,153,13); }

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

border-color css

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

 span { border-color: rgb(208,153,13); }

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