Html Css Color HEX #D6980C Gamboge

📋 copy color: '#D6980C'

red 214 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #D6980C

Tints of Gamboge #D6980C

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

 GREEN value IS 152 (59.77% from 255) = 40.21%

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

R = 56.61%
G = 40.21%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6980C (or 0xD6980C) is known color: Gamboge. HEX triplet: D6, 98 and 0C. RGB value is (214,152,12). Sum of RGB (Red+Green+Blue) = 214+152+12=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6980C is #2967F3. Grayscale: #9B9B9B. Windows color (decimal): -2713588 or 825558. OLE color: 825558.

HSL color Cylindrical-coordinate representation of color #D6980C: hue angle of 41.58º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6980C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 12 -
CMYK 0 0.29 0.94 0.16
HSL 41.58º 0.89% 0.44% -
HSV(B) 41.58º 0.94% 0.84% -
XYZ 39.03 36.78 5.39 -
YUV 154.58 47.54 170.38 -
System Red Green Blue C M Y K H S L
Decimal 214 152 12 0 0.29 0.94 0.16 41.58 0.89 0.44
Hex D6 98 C 0 1D 5E 10 2A 59 2C
Octal 326 230 14 0 35 136 20 52 131 54
Binary 11010110 10011000 1100 0 11101 1011110 10000 101010 1011001 101100

Color Harmonies of #D6980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6980C

Black with #D6980C

Text Example


Text Example

White with #D6980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6980C; }

 p { color: rgb(214,152,12); }

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

background-color css

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

 a { background-color: rgb(214,152,12); }

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

border-color css

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

 span { border-color: rgb(214,152,12); }

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