Html Css Color HEX #D09410 Gamboge

📋 copy color: '#D09410'

red 208 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #D09410

Tints of Gamboge #D09410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 55.91%
G = 39.78%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D09410 (or 0xD09410) is known color: Gamboge. HEX triplet: D0, 94 and 10. RGB value is (208,148,16). Sum of RGB (Red+Green+Blue) = 208+148+16=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D09410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09410 is #2F6BEF. Grayscale: #979797. Windows color (decimal): -3107824 or 1086672. OLE color: 1086672.

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

Color convert

RGB 208 148 16 -
CMYK 0 0.29 0.92 0.18
HSL 41.25º 0.86% 0.44% -
HSV(B) 41.25º 0.92% 0.82% -
XYZ 36.7 34.63 5.24 -
YUV 150.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 208 148 16 0 0.29 0.92 0.18 41.25 0.86 0.44
Hex D0 94 10 0 1D 5C 12 29 56 2C
Octal 320 224 20 0 35 134 22 51 126 54
Binary 11010000 10010100 10000 0 11101 1011100 10010 101001 1010110 101100

Color Harmonies of #D09410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09410

Black with #D09410

Text Example


Text Example

White with #D09410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09410; }

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

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

background-color css

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

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

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

border-color css

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

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

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