Html Css Color HEX #D09105 Gamboge

📋 copy color: '#D09105'

red 208 ◦ green 145 ◦ blue 5

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

Shades of Gamboge #D09105

Tints of Gamboge #D09105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.5%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 58.1%
G = 40.5%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D09105 (or 0xD09105) is known color: Gamboge. HEX triplet: D0, 91 and 05. RGB value is (208,145,5). Sum of RGB (Red+Green+Blue) = 208+145+5=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D09105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09105 is #2F6EFA. Grayscale: #949494. Windows color (decimal): -3108603 or 365008. OLE color: 365008.

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

Color convert

RGB 208 145 5 -
CMYK 0 0.30 0.98 0.18
HSL 41.38º 0.95% 0.42% -
HSV(B) 41.38º 0.98% 0.82% -
XYZ 36.17 33.67 4.74 -
YUV 147.88 47.37 170.88 -
System Red Green Blue C M Y K H S L
Decimal 208 145 5 0 0.30 0.98 0.18 41.38 0.95 0.42
Hex D0 91 5 0 1E 62 12 29 5F 2A
Octal 320 221 5 0 36 142 22 51 137 52
Binary 11010000 10010001 101 0 11110 1100010 10010 101001 1011111 101010

Color Harmonies of #D09105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09105

Black with #D09105

Text Example


Text Example

White with #D09105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09105; }

 p { color: rgb(208,145,5); }

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

background-color css

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

 a { background-color: rgb(208,145,5); }

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

border-color css

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

 span { border-color: rgb(208,145,5); }

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