Html Css Color HEX #D6990E Gamboge

📋 copy color: '#D6990E'

red 214 ◦ green 153 ◦ blue 14

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

Shades of Gamboge #D6990E

Tints of Gamboge #D6990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.67%

R = 56.17%
G = 40.16%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6990E (or 0xD6990E) is known color: Gamboge. HEX triplet: D6, 99 and 0E. RGB value is (214,153,14). Sum of RGB (Red+Green+Blue) = 214+153+14=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D6990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6990E is #2966F1. Grayscale: #9C9C9C. Windows color (decimal): -2713330 or 956886. OLE color: 956886.

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

Color convert

RGB 214 153 14 -
CMYK 0 0.29 0.93 0.16
HSL 41.7º 0.88% 0.45% -
HSV(B) 41.7º 0.93% 0.84% -
XYZ 39.2 37.11 5.51 -
YUV 155.39 48.21 169.8 -
System Red Green Blue C M Y K H S L
Decimal 214 153 14 0 0.29 0.93 0.16 41.7 0.88 0.45
Hex D6 99 E 0 1D 5D 10 2A 58 2D
Octal 326 231 16 0 35 135 20 52 130 55
Binary 11010110 10011001 1110 0 11101 1011101 10000 101010 1011000 101101

Color Harmonies of #D6990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6990E

Black with #D6990E

Text Example


Text Example

White with #D6990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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