Html Css Color HEX #D08C0D Gamboge

📋 copy color: '#D08C0D'

red 208 ◦ green 140 ◦ blue 13

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

Shades of Gamboge #D08C0D

Tints of Gamboge #D08C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 57.62%
G = 38.78%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D08C0D (or 0xD08C0D) is known color: Gamboge. HEX triplet: D0, 8C and 0D. RGB value is (208,140,13). Sum of RGB (Red+Green+Blue) = 208+140+13=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C0D is #2F73F2. Grayscale: #929292. Windows color (decimal): -3109875 or 888016. OLE color: 888016.

HSL color Cylindrical-coordinate representation of color #D08C0D: hue angle of 39.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D08C0D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 13 -
CMYK 0 0.33 0.94 0.18
HSL 39.08º 0.88% 0.43% -
HSV(B) 39.08º 0.94% 0.82% -
XYZ 35.46 32.2 4.73 -
YUV 145.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 208 140 13 0 0.33 0.94 0.18 39.08 0.88 0.43
Hex D0 8C D 0 21 5E 12 27 58 2B
Octal 320 214 15 0 41 136 22 47 130 53
Binary 11010000 10001100 1101 0 100001 1011110 10010 100111 1011000 101011

Color Harmonies of #D08C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C0D

Black with #D08C0D

Text Example


Text Example

White with #D08C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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