Html Css Color HEX #D09400 Gamboge

📋 copy color: '#D09400'

red 208 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #D09400

Tints of Gamboge #D09400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

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

R = 58.43%
G = 41.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D09400 (or 0xD09400) is known color: Gamboge. HEX triplet: D0, 94 and 00. RGB value is (208,148,0). Sum of RGB (Red+Green+Blue) = 208+148+0=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D09400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09400 is #2F6BFF. Grayscale: #959595. Windows color (decimal): -3107840 or 38096. OLE color: 38096.

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

Color convert

RGB 208 148 0 -
CMYK 0 0.29 1 0.18
HSL 42.69º 1% 0.41% -
HSV(B) 42.69º 1% 0.82% -
XYZ 36.6 34.59 4.75 -
YUV 149.07 43.88 170.03 -
System Red Green Blue C M Y K H S L
Decimal 208 148 0 0 0.29 1 0.18 42.69 1 0.41
Hex D0 94 0 0 1D 64 12 2B 64 29
Octal 320 224 0 0 35 144 22 53 144 51
Binary 11010000 10010100 0 0 11101 1100100 10010 101011 1100100 101001

Color Harmonies of #D09400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09400

Black with #D09400

Text Example


Text Example

White with #D09400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09400; }

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

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

background-color css

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

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

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

border-color css

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

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

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