Html Css Color HEX #D08F0C Gamboge

📋 copy color: '#D08F0C'

red 208 ◦ green 143 ◦ blue 12

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

Shades of Gamboge #D08F0C

Tints of Gamboge #D08F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

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

R = 57.3%
G = 39.39%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D08F0C (or 0xD08F0C) is known color: Gamboge. HEX triplet: D0, 8F and 0C. RGB value is (208,143,12). Sum of RGB (Red+Green+Blue) = 208+143+12=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F0C is #2F70F3. Grayscale: #949494. Windows color (decimal): -3109108 or 823248. OLE color: 823248.

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

Color convert

RGB 208 143 12 -
CMYK 0 0.31 0.94 0.18
HSL 40.1º 0.89% 0.43% -
HSV(B) 40.1º 0.94% 0.82% -
XYZ 35.9 33.08 4.84 -
YUV 147.5 51.53 171.15 -
System Red Green Blue C M Y K H S L
Decimal 208 143 12 0 0.31 0.94 0.18 40.1 0.89 0.43
Hex D0 8F C 0 1F 5E 12 28 59 2B
Octal 320 217 14 0 37 136 22 50 131 53
Binary 11010000 10001111 1100 0 11111 1011110 10010 101000 1011001 101011

Color Harmonies of #D08F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F0C

Black with #D08F0C

Text Example


Text Example

White with #D08F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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