Html Css Color HEX #D6990C Gamboge

📋 copy color: '#D6990C'

red 214 ◦ green 153 ◦ blue 12

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

Shades of Gamboge #D6990C

Tints of Gamboge #D6990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

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

R = 56.46%
G = 40.37%
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

#D6990C (or 0xD6990C) is known color: Gamboge. HEX triplet: D6, 99 and 0C. RGB value is (214,153,12). Sum of RGB (Red+Green+Blue) = 214+153+12=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6990C is #2966F3. Grayscale: #9B9B9B. Windows color (decimal): -2713332 or 825814. OLE color: 825814.

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

Color convert

RGB 214 153 12 -
CMYK 0 0.29 0.94 0.16
HSL 41.88º 0.89% 0.44% -
HSV(B) 41.88º 0.94% 0.84% -
XYZ 39.19 37.11 5.44 -
YUV 155.17 47.21 169.96 -
System Red Green Blue C M Y K H S L
Decimal 214 153 12 0 0.29 0.94 0.16 41.88 0.89 0.44
Hex D6 99 C 0 1D 5E 10 2A 59 2C
Octal 326 231 14 0 35 136 20 52 131 54
Binary 11010110 10011001 1100 0 11101 1011110 10000 101010 1011001 101100

Color Harmonies of #D6990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6990C

Black with #D6990C

Text Example


Text Example

White with #D6990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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