Html Css Color HEX #D08C12 Gamboge

📋 copy color: '#D08C12'

red 208 ◦ green 140 ◦ blue 18

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

Shades of Gamboge #D08C12

Tints of Gamboge #D08C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 56.83%
G = 38.25%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D08C12 (or 0xD08C12) is known color: Gamboge. HEX triplet: D0, 8C and 12. RGB value is (208,140,18). Sum of RGB (Red+Green+Blue) = 208+140+18=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C12 is #2F73ED. Grayscale: #929292. Windows color (decimal): -3109870 or 1215696. OLE color: 1215696.

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

Color convert

RGB 208 140 18 -
CMYK 0 0.33 0.91 0.18
HSL 38.53º 0.84% 0.44% -
HSV(B) 38.53º 0.91% 0.82% -
XYZ 35.5 32.21 4.92 -
YUV 146.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 208 140 18 0 0.33 0.91 0.18 38.53 0.84 0.44
Hex D0 8C 12 0 21 5B 12 27 54 2C
Octal 320 214 22 0 41 133 22 47 124 54
Binary 11010000 10001100 10010 0 100001 1011011 10010 100111 1010100 101100

Color Harmonies of #D08C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C12

Black with #D08C12

Text Example


Text Example

White with #D08C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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