Html Css Color HEX #D69215 Gamboge

📋 copy color: '#D69215'

red 214 ◦ green 146 ◦ blue 21

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

Shades of Gamboge #D69215

Tints of Gamboge #D69215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 56.17%
G = 38.32%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D69215 (or 0xD69215) is known color: Gamboge. HEX triplet: D6, 92 and 15. RGB value is (214,146,21). Sum of RGB (Red+Green+Blue) = 214+146+21=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D69215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69215 is #296DEA. Grayscale: #989898. Windows color (decimal): -2715115 or 1413846. OLE color: 1413846.

HSL color Cylindrical-coordinate representation of color #D69215: hue angle of 38.86º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D69215 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 21 -
CMYK 0 0.32 0.90 0.16
HSL 38.86º 0.82% 0.46% -
HSV(B) 38.86º 0.9% 0.84% -
XYZ 38.15 34.91 5.44 -
YUV 152.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 214 146 21 0 0.32 0.90 0.16 38.86 0.82 0.46
Hex D6 92 15 0 20 5A 10 27 52 2E
Octal 326 222 25 0 40 132 20 47 122 56
Binary 11010110 10010010 10101 0 100000 1011010 10000 100111 1010010 101110

Color Harmonies of #D69215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69215

Black with #D69215

Text Example


Text Example

White with #D69215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69215; }

 p { color: rgb(214,146,21); }

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

background-color css

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

 a { background-color: rgb(214,146,21); }

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

border-color css

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

 span { border-color: rgb(214,146,21); }

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