Html Css Color HEX #D6990A Gamboge

📋 copy color: '#D6990A'

red 214 ◦ green 153 ◦ blue 10

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

Shades of Gamboge #D6990A

Tints of Gamboge #D6990A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 56.76%
G = 40.58%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6990A (or 0xD6990A) is known color: Gamboge. HEX triplet: D6, 99 and 0A. RGB value is (214,153,10). Sum of RGB (Red+Green+Blue) = 214+153+10=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6990A is #2966F5. Grayscale: #9B9B9B. Windows color (decimal): -2713334 or 694742. OLE color: 694742.

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

Color convert

RGB 214 153 10 -
CMYK 0 0.29 0.95 0.16
HSL 42.06º 0.91% 0.44% -
HSV(B) 42.06º 0.95% 0.84% -
XYZ 39.18 37.1 5.38 -
YUV 154.94 46.21 170.13 -
System Red Green Blue C M Y K H S L
Decimal 214 153 10 0 0.29 0.95 0.16 42.06 0.91 0.44
Hex D6 99 A 0 1D 5F 10 2A 5B 2C
Octal 326 231 12 0 35 137 20 52 133 54
Binary 11010110 10011001 1010 0 11101 1011111 10000 101010 1011011 101100

Color Harmonies of #D6990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6990A

Black with #D6990A

Text Example


Text Example

White with #D6990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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