Html Css Color HEX #D6910C Gamboge

📋 copy color: '#D6910C'

red 214 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #D6910C

Tints of Gamboge #D6910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 57.68%
G = 39.08%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6910C (or 0xD6910C) is known color: Gamboge. HEX triplet: D6, 91 and 0C. RGB value is (214,145,12). Sum of RGB (Red+Green+Blue) = 214+145+12=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6910C is #296EF3. Grayscale: #979797. Windows color (decimal): -2715380 or 823766. OLE color: 823766.

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

Color convert

RGB 214 145 12 -
CMYK 0 0.32 0.94 0.16
HSL 39.5º 0.89% 0.44% -
HSV(B) 39.5º 0.94% 0.84% -
XYZ 37.92 34.57 5.02 -
YUV 150.47 49.86 173.31 -
System Red Green Blue C M Y K H S L
Decimal 214 145 12 0 0.32 0.94 0.16 39.5 0.89 0.44
Hex D6 91 C 0 20 5E 10 28 59 2C
Octal 326 221 14 0 40 136 20 50 131 54
Binary 11010110 10010001 1100 0 100000 1011110 10000 101000 1011001 101100

Color Harmonies of #D6910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6910C

Black with #D6910C

Text Example


Text Example

White with #D6910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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