Html Css Color HEX #D09C0F Gamboge

📋 copy color: '#D09C0F'

red 208 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #D09C0F

Tints of Gamboge #D09C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 54.88%
G = 41.16%
B = 3.96%

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

#D09C0F (or 0xD09C0F) is known color: Gamboge. HEX triplet: D0, 9C and 0F. RGB value is (208,156,15). Sum of RGB (Red+Green+Blue) = 208+156+15=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09C0F is #2F63F0. Grayscale: #9C9C9C. Windows color (decimal): -3105777 or 1023184. OLE color: 1023184.

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

Color convert

RGB 208 156 15 -
CMYK 0 0.25 0.93 0.18
HSL 43.83º 0.87% 0.44% -
HSV(B) 43.83º 0.93% 0.82% -
XYZ 37.99 37.22 5.63 -
YUV 155.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 208 156 15 0 0.25 0.93 0.18 43.83 0.87 0.44
Hex D0 9C F 0 19 5D 12 2C 57 2C
Octal 320 234 17 0 31 135 22 54 127 54
Binary 11010000 10011100 1111 0 11001 1011101 10010 101100 1010111 101100

Color Harmonies of #D09C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C0F

Black with #D09C0F

Text Example


Text Example

White with #D09C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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