Html Css Color HEX #D6900A Gamboge

📋 copy color: '#D6900A'

red 214 ◦ green 144 ◦ blue 10

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

Shades of Gamboge #D6900A

Tints of Gamboge #D6900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 58.15%
G = 39.13%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6900A (or 0xD6900A) is known color: Gamboge. HEX triplet: D6, 90 and 0A. RGB value is (214,144,10). Sum of RGB (Red+Green+Blue) = 214+144+10=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D6900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6900A is #296FF5. Grayscale: #969696. Windows color (decimal): -2715638 or 692438. OLE color: 692438.

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

Color convert

RGB 214 144 10 -
CMYK 0 0.33 0.95 0.16
HSL 39.41º 0.91% 0.44% -
HSV(B) 39.41º 0.95% 0.84% -
XYZ 37.76 34.26 4.91 -
YUV 149.65 49.19 173.9 -
System Red Green Blue C M Y K H S L
Decimal 214 144 10 0 0.33 0.95 0.16 39.41 0.91 0.44
Hex D6 90 A 0 21 5F 10 27 5B 2C
Octal 326 220 12 0 41 137 20 47 133 54
Binary 11010110 10010000 1010 0 100001 1011111 10000 100111 1011011 101100

Color Harmonies of #D6900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6900A

Black with #D6900A

Text Example


Text Example

White with #D6900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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