Html Css Color HEX #D0960C Gamboge

📋 copy color: '#D0960C'

red 208 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #D0960C

Tints of Gamboge #D0960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.54%

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

R = 56.22%
G = 40.54%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0960C (or 0xD0960C) is known color: Gamboge. HEX triplet: D0, 96 and 0C. RGB value is (208,150,12). Sum of RGB (Red+Green+Blue) = 208+150+12=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0960C is #2F69F3. Grayscale: #989898. Windows color (decimal): -3107316 or 825040. OLE color: 825040.

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

Color convert

RGB 208 150 12 -
CMYK 0 0.28 0.94 0.18
HSL 42.24º 0.89% 0.43% -
HSV(B) 42.24º 0.94% 0.82% -
XYZ 36.99 35.25 5.2 -
YUV 151.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 208 150 12 0 0.28 0.94 0.18 42.24 0.89 0.43
Hex D0 96 C 0 1C 5E 12 2A 59 2B
Octal 320 226 14 0 34 136 22 52 131 53
Binary 11010000 10010110 1100 0 11100 1011110 10010 101010 1011001 101011

Color Harmonies of #D0960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0960C

Black with #D0960C

Text Example


Text Example

White with #D0960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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