Html Css Color HEX #D6930C Gamboge

📋 copy color: '#D6930C'

red 214 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #D6930C

Tints of Gamboge #D6930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 57.37%
G = 39.41%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6930C (or 0xD6930C) is known color: Gamboge. HEX triplet: D6, 93 and 0C. RGB value is (214,147,12). Sum of RGB (Red+Green+Blue) = 214+147+12=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6930C is #296CF3. Grayscale: #989898. Windows color (decimal): -2714868 or 824278. OLE color: 824278.

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

Color convert

RGB 214 147 12 -
CMYK 0 0.31 0.94 0.16
HSL 40.1º 0.89% 0.44% -
HSV(B) 40.1º 0.94% 0.84% -
XYZ 38.23 35.19 5.13 -
YUV 151.64 49.2 172.48 -
System Red Green Blue C M Y K H S L
Decimal 214 147 12 0 0.31 0.94 0.16 40.1 0.89 0.44
Hex D6 93 C 0 1F 5E 10 28 59 2C
Octal 326 223 14 0 37 136 20 50 131 54
Binary 11010110 10010011 1100 0 11111 1011110 10000 101000 1011001 101100

Color Harmonies of #D6930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6930C

Black with #D6930C

Text Example


Text Example

White with #D6930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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