Html Css Color HEX #D08D12 Gamboge

📋 copy color: '#D08D12'

red 208 ◦ green 141 ◦ blue 18

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

Shades of Gamboge #D08D12

Tints of Gamboge #D08D12

RGB

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

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

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

R = 56.68%
G = 38.42%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D08D12 (or 0xD08D12) is known color: Gamboge. HEX triplet: D0, 8D and 12. RGB value is (208,141,18). Sum of RGB (Red+Green+Blue) = 208+141+18=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08D12 is #2F72ED. Grayscale: #939393. Windows color (decimal): -3109614 or 1215952. OLE color: 1215952.

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

Color convert

RGB 208 141 18 -
CMYK 0 0.32 0.91 0.18
HSL 38.84º 0.84% 0.44% -
HSV(B) 38.84º 0.91% 0.82% -
XYZ 35.65 32.5 4.97 -
YUV 147.01 55.2 171.5 -
System Red Green Blue C M Y K H S L
Decimal 208 141 18 0 0.32 0.91 0.18 38.84 0.84 0.44
Hex D0 8D 12 0 20 5B 12 27 54 2C
Octal 320 215 22 0 40 133 22 47 124 54
Binary 11010000 10001101 10010 0 100000 1011011 10010 100111 1010100 101100

Color Harmonies of #D08D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D12

Black with #D08D12

Text Example


Text Example

White with #D08D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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