Html Css Color HEX #D2990E Gamboge

📋 copy color: '#D2990E'

red 210 ◦ green 153 ◦ blue 14

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

Shades of Gamboge #D2990E

Tints of Gamboge #D2990E

RGB

 RED value IS 210 (82.42% from 255) = 55.7%

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

 BLUE value IS 14 (5.86% from 255) = 3.71%

R = 55.7%
G = 40.58%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2990E (or 0xD2990E) is known color: Gamboge. HEX triplet: D2, 99 and 0E. RGB value is (210,153,14). Sum of RGB (Red+Green+Blue) = 210+153+14=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2990E is #2D66F1. Grayscale: #9A9A9A. Windows color (decimal): -2975474 or 956882. OLE color: 956882.

HSL color Cylindrical-coordinate representation of color #D2990E: hue angle of 42.55º degrees, saturation: 0.88, 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 #D2990E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 14 -
CMYK 0 0.27 0.93 0.18
HSL 42.55º 0.88% 0.44% -
HSV(B) 42.55º 0.93% 0.82% -
XYZ 38.05 36.52 5.46 -
YUV 154.2 48.88 167.8 -
System Red Green Blue C M Y K H S L
Decimal 210 153 14 0 0.27 0.93 0.18 42.55 0.88 0.44
Hex D2 99 E 0 1B 5D 12 2B 58 2C
Octal 322 231 16 0 33 135 22 53 130 54
Binary 11010010 10011001 1110 0 11011 1011101 10010 101011 1011000 101100

Color Harmonies of #D2990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2990E

Black with #D2990E

Text Example


Text Example

White with #D2990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2990E; }

 p { color: rgb(210,153,14); }

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

background-color css

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

 a { background-color: rgb(210,153,14); }

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

border-color css

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

 span { border-color: rgb(210,153,14); }

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