Html Css Color HEX #D08C0C Gamboge

📋 copy color: '#D08C0C'

red 208 ◦ green 140 ◦ blue 12

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

Shades of Gamboge #D08C0C

Tints of Gamboge #D08C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 57.78%
G = 38.89%
B = 3.33%

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

#D08C0C (or 0xD08C0C) is known color: Gamboge. HEX triplet: D0, 8C and 0C. RGB value is (208,140,12). Sum of RGB (Red+Green+Blue) = 208+140+12=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C0C is #2F73F3. Grayscale: #929292. Windows color (decimal): -3109876 or 822480. OLE color: 822480.

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

Color convert

RGB 208 140 12 -
CMYK 0 0.33 0.94 0.18
HSL 39.18º 0.89% 0.43% -
HSV(B) 39.18º 0.94% 0.82% -
XYZ 35.46 32.19 4.69 -
YUV 145.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 208 140 12 0 0.33 0.94 0.18 39.18 0.89 0.43
Hex D0 8C C 0 21 5E 12 27 59 2B
Octal 320 214 14 0 41 136 22 47 131 53
Binary 11010000 10001100 1100 0 100001 1011110 10010 100111 1011001 101011

Color Harmonies of #D08C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C0C

Black with #D08C0C

Text Example


Text Example

White with #D08C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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