Html Css Color HEX #D09812 Gamboge

📋 copy color: '#D09812'

red 208 ◦ green 152 ◦ blue 18

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

Shades of Gamboge #D09812

Tints of Gamboge #D09812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.21%

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

R = 55.03%
G = 40.21%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D09812 (or 0xD09812) is known color: Gamboge. HEX triplet: D0, 98 and 12. RGB value is (208,152,18). Sum of RGB (Red+Green+Blue) = 208+152+18=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D09812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09812 is #2F67ED. Grayscale: #9A9A9A. Windows color (decimal): -3106798 or 1218768. OLE color: 1218768.

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

Color convert

RGB 208 152 18 -
CMYK 0 0.27 0.91 0.18
HSL 42.32º 0.84% 0.44% -
HSV(B) 42.32º 0.91% 0.82% -
XYZ 37.35 35.91 5.54 -
YUV 153.47 51.55 166.9 -
System Red Green Blue C M Y K H S L
Decimal 208 152 18 0 0.27 0.91 0.18 42.32 0.84 0.44
Hex D0 98 12 0 1B 5B 12 2A 54 2C
Octal 320 230 22 0 33 133 22 52 124 54
Binary 11010000 10011000 10010 0 11011 1011011 10010 101010 1010100 101100

Color Harmonies of #D09812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09812

Black with #D09812

Text Example


Text Example

White with #D09812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09812; }

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

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

background-color css

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

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

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

border-color css

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

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

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