Html Css Color HEX #D08D0E Gamboge

📋 copy color: '#D08D0E'

red 208 ◦ green 141 ◦ blue 14

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

Shades of Gamboge #D08D0E

Tints of Gamboge #D08D0E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

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

R = 57.3%
G = 38.84%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D08D0E (or 0xD08D0E) is known color: Gamboge. HEX triplet: D0, 8D and 0E. RGB value is (208,141,14). Sum of RGB (Red+Green+Blue) = 208+141+14=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08D0E is #2F72F1. Grayscale: #939393. Windows color (decimal): -3109618 or 953808. OLE color: 953808.

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

Color convert

RGB 208 141 14 -
CMYK 0 0.32 0.93 0.18
HSL 39.28º 0.87% 0.44% -
HSV(B) 39.28º 0.93% 0.82% -
XYZ 35.62 32.49 4.81 -
YUV 146.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 208 141 14 0 0.32 0.93 0.18 39.28 0.87 0.44
Hex D0 8D E 0 20 5D 12 27 57 2C
Octal 320 215 16 0 40 135 22 47 127 54
Binary 11010000 10001101 1110 0 100000 1011101 10010 100111 1010111 101100

Color Harmonies of #D08D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D0E

Black with #D08D0E

Text Example


Text Example

White with #D08D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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