Html Css Color HEX #D0990A Gamboge

📋 copy color: '#D0990A'

red 208 ◦ green 153 ◦ blue 10

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

Shades of Gamboge #D0990A

Tints of Gamboge #D0990A

RGB

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

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

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

R = 56.06%
G = 41.24%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0990A (or 0xD0990A) is known color: Gamboge. HEX triplet: D0, 99 and 0A. RGB value is (208,153,10). Sum of RGB (Red+Green+Blue) = 208+153+10=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0990A is #2F66F5. Grayscale: #999999. Windows color (decimal): -3106550 or 694736. OLE color: 694736.

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

Color convert

RGB 208 153 10 -
CMYK 0 0.26 0.95 0.18
HSL 43.33º 0.91% 0.43% -
HSV(B) 43.33º 0.95% 0.82% -
XYZ 37.46 36.21 5.3 -
YUV 153.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 208 153 10 0 0.26 0.95 0.18 43.33 0.91 0.43
Hex D0 99 A 0 1A 5F 12 2B 5B 2B
Octal 320 231 12 0 32 137 22 53 133 53
Binary 11010000 10011001 1010 0 11010 1011111 10010 101011 1011011 101011

Color Harmonies of #D0990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0990A

Black with #D0990A

Text Example


Text Example

White with #D0990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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