Html Css Color HEX #D08C0E Gamboge

📋 copy color: '#D08C0E'

red 208 ◦ green 140 ◦ blue 14

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

Shades of Gamboge #D08C0E

Tints of Gamboge #D08C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 57.46%
G = 38.67%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D08C0E (or 0xD08C0E) is known color: Gamboge. HEX triplet: D0, 8C and 0E. RGB value is (208,140,14). Sum of RGB (Red+Green+Blue) = 208+140+14=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C0E is #2F73F1. Grayscale: #929292. Windows color (decimal): -3109874 or 953552. OLE color: 953552.

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

Color convert

RGB 208 140 14 -
CMYK 0 0.33 0.93 0.18
HSL 38.97º 0.87% 0.44% -
HSV(B) 38.97º 0.93% 0.82% -
XYZ 35.47 32.2 4.76 -
YUV 145.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 208 140 14 0 0.33 0.93 0.18 38.97 0.87 0.44
Hex D0 8C E 0 21 5D 12 27 57 2C
Octal 320 214 16 0 41 135 22 47 127 54
Binary 11010000 10001100 1110 0 100001 1011101 10010 100111 1010111 101100

Color Harmonies of #D08C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C0E

Black with #D08C0E

Text Example


Text Example

White with #D08C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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