Html Css Color HEX #D2900E Gamboge

📋 copy color: '#D2900E'

red 210 ◦ green 144 ◦ blue 14

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

Shades of Gamboge #D2900E

Tints of Gamboge #D2900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 57.07%
G = 39.13%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2900E (or 0xD2900E) is known color: Gamboge. HEX triplet: D2, 90 and 0E. RGB value is (210,144,14). Sum of RGB (Red+Green+Blue) = 210+144+14=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2900E is #2D6FF1. Grayscale: #959595. Windows color (decimal): -2977778 or 954578. OLE color: 954578.

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

Color convert

RGB 210 144 14 -
CMYK 0 0.31 0.93 0.18
HSL 39.8º 0.88% 0.44% -
HSV(B) 39.8º 0.93% 0.82% -
XYZ 36.63 33.68 4.99 -
YUV 148.91 51.87 171.57 -
System Red Green Blue C M Y K H S L
Decimal 210 144 14 0 0.31 0.93 0.18 39.8 0.88 0.44
Hex D2 90 E 0 1F 5D 12 28 58 2C
Octal 322 220 16 0 37 135 22 50 130 54
Binary 11010010 10010000 1110 0 11111 1011101 10010 101000 1011000 101100

Color Harmonies of #D2900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2900E

Black with #D2900E

Text Example


Text Example

White with #D2900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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