Html Css Color HEX #D08D10 Gamboge

📋 copy color: '#D08D10'

red 208 ◦ green 141 ◦ blue 16

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

Shades of Gamboge #D08D10

Tints of Gamboge #D08D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 56.99%
G = 38.63%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08D10 (or 0xD08D10) is known color: Gamboge. HEX triplet: D0, 8D and 10. RGB value is (208,141,16). Sum of RGB (Red+Green+Blue) = 208+141+16=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08D10 is #2F72EF. Grayscale: #939393. Windows color (decimal): -3109616 or 1084880. OLE color: 1084880.

HSL color Cylindrical-coordinate representation of color #D08D10: hue angle of 39.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D08D10 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 16 -
CMYK 0 0.32 0.92 0.18
HSL 39.06º 0.86% 0.44% -
HSV(B) 39.06º 0.92% 0.82% -
XYZ 35.63 32.5 4.88 -
YUV 146.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 208 141 16 0 0.32 0.92 0.18 39.06 0.86 0.44
Hex D0 8D 10 0 20 5C 12 27 56 2C
Octal 320 215 20 0 40 134 22 47 126 54
Binary 11010000 10001101 10000 0 100000 1011100 10010 100111 1010110 101100

Color Harmonies of #D08D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D10

Black with #D08D10

Text Example


Text Example

White with #D08D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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