Html Css Color HEX #D09409 Gamboge

📋 copy color: '#D09409'

red 208 ◦ green 148 ◦ blue 9

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

Shades of Gamboge #D09409

Tints of Gamboge #D09409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 56.99%
G = 40.55%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D09409 (or 0xD09409) is known color: Gamboge. HEX triplet: D0, 94 and 09. RGB value is (208,148,9). Sum of RGB (Red+Green+Blue) = 208+148+9=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D09409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09409 is #2F6BF6. Grayscale: #969696. Windows color (decimal): -3107831 or 627920. OLE color: 627920.

HSL color Cylindrical-coordinate representation of color #D09409: hue angle of 41.91º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D09409 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 9 -
CMYK 0 0.29 0.96 0.18
HSL 41.91º 0.92% 0.43% -
HSV(B) 41.91º 0.96% 0.82% -
XYZ 36.65 34.61 5.01 -
YUV 150.09 48.38 169.3 -
System Red Green Blue C M Y K H S L
Decimal 208 148 9 0 0.29 0.96 0.18 41.91 0.92 0.43
Hex D0 94 9 0 1D 60 12 2A 5C 2B
Octal 320 224 11 0 35 140 22 52 134 53
Binary 11010000 10010100 1001 0 11101 1100000 10010 101010 1011100 101011

Color Harmonies of #D09409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09409

Black with #D09409

Text Example


Text Example

White with #D09409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09409; }

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

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

background-color css

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

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

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

border-color css

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

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

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