Html Css Color HEX #D09412 Gamboge

📋 copy color: '#D09412'

red 208 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #D09412

Tints of Gamboge #D09412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 55.61%
G = 39.57%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D09412 (or 0xD09412) is known color: Gamboge. HEX triplet: D0, 94 and 12. RGB value is (208,148,18). Sum of RGB (Red+Green+Blue) = 208+148+18=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D09412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09412 is #2F6BED. Grayscale: #979797. Windows color (decimal): -3107822 or 1217744. OLE color: 1217744.

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

Color convert

RGB 208 148 18 -
CMYK 0 0.29 0.91 0.18
HSL 41.05º 0.84% 0.44% -
HSV(B) 41.05º 0.91% 0.82% -
XYZ 36.71 34.63 5.32 -
YUV 151.12 52.88 168.57 -
System Red Green Blue C M Y K H S L
Decimal 208 148 18 0 0.29 0.91 0.18 41.05 0.84 0.44
Hex D0 94 12 0 1D 5B 12 29 54 2C
Octal 320 224 22 0 35 133 22 51 124 54
Binary 11010000 10010100 10010 0 11101 1011011 10010 101001 1010100 101100

Color Harmonies of #D09412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09412

Black with #D09412

Text Example


Text Example

White with #D09412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09412; }

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

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

background-color css

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

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

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

border-color css

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

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

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