Html Css Color HEX #D09310 Gamboge

📋 copy color: '#D09310'

red 208 ◦ green 147 ◦ blue 16

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

Shades of Gamboge #D09310

Tints of Gamboge #D09310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 56.06%
G = 39.62%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D09310 (or 0xD09310) is known color: Gamboge. HEX triplet: D0, 93 and 10. RGB value is (208,147,16). Sum of RGB (Red+Green+Blue) = 208+147+16=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D09310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09310 is #2F6CEF. Grayscale: #969696. Windows color (decimal): -3108080 or 1086416. OLE color: 1086416.

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

Color convert

RGB 208 147 16 -
CMYK 0 0.29 0.92 0.18
HSL 40.94º 0.86% 0.44% -
HSV(B) 40.94º 0.92% 0.82% -
XYZ 36.54 34.31 5.19 -
YUV 150.31 52.21 169.15 -
System Red Green Blue C M Y K H S L
Decimal 208 147 16 0 0.29 0.92 0.18 40.94 0.86 0.44
Hex D0 93 10 0 1D 5C 12 29 56 2C
Octal 320 223 20 0 35 134 22 51 126 54
Binary 11010000 10010011 10000 0 11101 1011100 10010 101001 1010110 101100

Color Harmonies of #D09310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09310

Black with #D09310

Text Example


Text Example

White with #D09310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09310; }

 p { color: rgb(208,147,16); }

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

background-color css

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

 a { background-color: rgb(208,147,16); }

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

border-color css

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

 span { border-color: rgb(208,147,16); }

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