Html Css Color HEX #D09207 Gamboge

📋 copy color: '#D09207'

red 208 ◦ green 146 ◦ blue 7

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

Shades of Gamboge #D09207

Tints of Gamboge #D09207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 57.62%
G = 40.44%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D09207 (or 0xD09207) is known color: Gamboge. HEX triplet: D0, 92 and 07. RGB value is (208,146,7). Sum of RGB (Red+Green+Blue) = 208+146+7=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D09207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09207 is #2F6DF8. Grayscale: #959595. Windows color (decimal): -3108345 or 496336. OLE color: 496336.

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

Color convert

RGB 208 146 7 -
CMYK 0 0.30 0.97 0.18
HSL 41.49º 0.93% 0.42% -
HSV(B) 41.49º 0.97% 0.82% -
XYZ 36.33 33.98 4.85 -
YUV 148.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 208 146 7 0 0.30 0.97 0.18 41.49 0.93 0.42
Hex D0 92 7 0 1E 61 12 29 5D 2A
Octal 320 222 7 0 36 141 22 51 135 52
Binary 11010000 10010010 111 0 11110 1100001 10010 101001 1011101 101010

Color Harmonies of #D09207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09207

Black with #D09207

Text Example


Text Example

White with #D09207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09207; }

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

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

background-color css

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

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

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

border-color css

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

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

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