Html Css Color HEX #D09205 Gamboge

📋 copy color: '#D09205'

red 208 ◦ green 146 ◦ blue 5

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

Shades of Gamboge #D09205

Tints of Gamboge #D09205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

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

R = 57.94%
G = 40.67%
B = 1.39%

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

#D09205 (or 0xD09205) is known color: Gamboge. HEX triplet: D0, 92 and 05. RGB value is (208,146,5). Sum of RGB (Red+Green+Blue) = 208+146+5=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D09205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09205 is #2F6DFA. Grayscale: #959595. Windows color (decimal): -3108347 or 365264. OLE color: 365264.

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

Color convert

RGB 208 146 5 -
CMYK 0 0.30 0.98 0.18
HSL 41.67º 0.95% 0.42% -
HSV(B) 41.67º 0.98% 0.82% -
XYZ 36.32 33.98 4.79 -
YUV 148.46 47.04 170.46 -
System Red Green Blue C M Y K H S L
Decimal 208 146 5 0 0.30 0.98 0.18 41.67 0.95 0.42
Hex D0 92 5 0 1E 62 12 2A 5F 2A
Octal 320 222 5 0 36 142 22 52 137 52
Binary 11010000 10010010 101 0 11110 1100010 10010 101010 1011111 101010

Color Harmonies of #D09205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09205

Black with #D09205

Text Example


Text Example

White with #D09205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09205; }

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

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

background-color css

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

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

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

border-color css

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

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

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