Html Css Color HEX #D09200 Gamboge

📋 copy color: '#D09200'

red 208 ◦ green 146 ◦ blue 0

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

Shades of Gamboge #D09200

Tints of Gamboge #D09200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.76%
G = 41.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D09200 (or 0xD09200) is known color: Gamboge. HEX triplet: D0, 92 and 00. RGB value is (208,146,0). Sum of RGB (Red+Green+Blue) = 208+146+0=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D09200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09200 is #2F6DFF. Grayscale: #949494. Windows color (decimal): -3108352 or 37584. OLE color: 37584.

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

Color convert

RGB 208 146 0 -
CMYK 0 0.30 1 0.18
HSL 42.12º 1% 0.41% -
HSV(B) 42.12º 1% 0.82% -
XYZ 36.29 33.97 4.64 -
YUV 147.89 44.54 170.87 -
System Red Green Blue C M Y K H S L
Decimal 208 146 0 0 0.30 1 0.18 42.12 1 0.41
Hex D0 92 0 0 1E 64 12 2A 64 29
Octal 320 222 0 0 36 144 22 52 144 51
Binary 11010000 10010010 0 0 11110 1100100 10010 101010 1100100 101001

Color Harmonies of #D09200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09200

Black with #D09200

Text Example


Text Example

White with #D09200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09200; }

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

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

background-color css

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

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

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

border-color css

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

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

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