Html Css Color HEX #D09D0E Gamboge

📋 copy color: '#D09D0E'

red 208 ◦ green 157 ◦ blue 14

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

Shades of Gamboge #D09D0E

Tints of Gamboge #D09D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

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

R = 54.88%
G = 41.42%
B = 3.69%

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

#D09D0E (or 0xD09D0E) is known color: Gamboge. HEX triplet: D0, 9D and 0E. RGB value is (208,157,14). Sum of RGB (Red+Green+Blue) = 208+157+14=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09D0E is #2F62F1. Grayscale: #9C9C9C. Windows color (decimal): -3105522 or 957904. OLE color: 957904.

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

Color convert

RGB 208 157 14 -
CMYK 0 0.25 0.93 0.18
HSL 44.23º 0.87% 0.44% -
HSV(B) 44.23º 0.93% 0.82% -
XYZ 38.15 37.56 5.65 -
YUV 155.95 47.9 165.13 -
System Red Green Blue C M Y K H S L
Decimal 208 157 14 0 0.25 0.93 0.18 44.23 0.87 0.44
Hex D0 9D E 0 19 5D 12 2C 57 2C
Octal 320 235 16 0 31 135 22 54 127 54
Binary 11010000 10011101 1110 0 11001 1011101 10010 101100 1010111 101100

Color Harmonies of #D09D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D0E

Black with #D09D0E

Text Example


Text Example

White with #D09D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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