Html Css Color HEX #D0990F Gamboge

📋 copy color: '#D0990F'

red 208 ◦ green 153 ◦ blue 15

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

Shades of Gamboge #D0990F

Tints of Gamboge #D0990F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.99%

R = 55.32%
G = 40.69%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0990F (or 0xD0990F) is known color: Gamboge. HEX triplet: D0, 99 and 0F. RGB value is (208,153,15). Sum of RGB (Red+Green+Blue) = 208+153+15=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D0990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0990F is #2F66F0. Grayscale: #9A9A9A. Windows color (decimal): -3106545 or 1022416. OLE color: 1022416.

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

Color convert

RGB 208 153 15 -
CMYK 0 0.26 0.93 0.18
HSL 42.9º 0.87% 0.44% -
HSV(B) 42.9º 0.93% 0.82% -
XYZ 37.49 36.23 5.47 -
YUV 153.71 49.72 166.72 -
System Red Green Blue C M Y K H S L
Decimal 208 153 15 0 0.26 0.93 0.18 42.9 0.87 0.44
Hex D0 99 F 0 1A 5D 12 2B 57 2C
Octal 320 231 17 0 32 135 22 53 127 54
Binary 11010000 10011001 1111 0 11010 1011101 10010 101011 1010111 101100

Color Harmonies of #D0990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0990F

Black with #D0990F

Text Example


Text Example

White with #D0990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0990F; }

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

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

background-color css

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

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

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

border-color css

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

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

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