Html Css Color HEX #D69315 Gamboge

📋 copy color: '#D69315'

red 214 ◦ green 147 ◦ blue 21

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

Shades of Gamboge #D69315

Tints of Gamboge #D69315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

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

R = 56.02%
G = 38.48%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D69315 (or 0xD69315) is known color: Gamboge. HEX triplet: D6, 93 and 15. RGB value is (214,147,21). Sum of RGB (Red+Green+Blue) = 214+147+21=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D69315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69315 is #296CEA. Grayscale: #999999. Windows color (decimal): -2714859 or 1414102. OLE color: 1414102.

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

Color convert

RGB 214 147 21 -
CMYK 0 0.31 0.90 0.16
HSL 39.17º 0.82% 0.46% -
HSV(B) 39.17º 0.9% 0.84% -
XYZ 38.3 35.22 5.49 -
YUV 152.67 53.7 171.75 -
System Red Green Blue C M Y K H S L
Decimal 214 147 21 0 0.31 0.90 0.16 39.17 0.82 0.46
Hex D6 93 15 0 1F 5A 10 27 52 2E
Octal 326 223 25 0 37 132 20 47 122 56
Binary 11010110 10010011 10101 0 11111 1011010 10000 100111 1010010 101110

Color Harmonies of #D69315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69315

Black with #D69315

Text Example


Text Example

White with #D69315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69315; }

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

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

background-color css

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

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

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

border-color css

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

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

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