Html Css Color HEX #D09C0E Gamboge

📋 copy color: '#D09C0E'

red 208 ◦ green 156 ◦ blue 14

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

Shades of Gamboge #D09C0E

Tints of Gamboge #D09C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 55.03%
G = 41.27%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D09C0E (or 0xD09C0E) is known color: Gamboge. HEX triplet: D0, 9C and 0E. RGB value is (208,156,14). Sum of RGB (Red+Green+Blue) = 208+156+14=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09C0E is #2F63F1. Grayscale: #9B9B9B. Windows color (decimal): -3105778 or 957648. OLE color: 957648.

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

Color convert

RGB 208 156 14 -
CMYK 0 0.25 0.93 0.18
HSL 43.92º 0.87% 0.44% -
HSV(B) 43.92º 0.93% 0.82% -
XYZ 37.98 37.22 5.6 -
YUV 155.36 48.23 165.55 -
System Red Green Blue C M Y K H S L
Decimal 208 156 14 0 0.25 0.93 0.18 43.92 0.87 0.44
Hex D0 9C E 0 19 5D 12 2C 57 2C
Octal 320 234 16 0 31 135 22 54 127 54
Binary 11010000 10011100 1110 0 11001 1011101 10010 101100 1010111 101100

Color Harmonies of #D09C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C0E

Black with #D09C0E

Text Example


Text Example

White with #D09C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C0E; }

 p { color: rgb(208,156,14); }

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

background-color css

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

 a { background-color: rgb(208,156,14); }

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

border-color css

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

 span { border-color: rgb(208,156,14); }

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