Html Css Color HEX #D69815 Gamboge

📋 copy color: '#D69815'

red 214 ◦ green 152 ◦ blue 21

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

Shades of Gamboge #D69815

Tints of Gamboge #D69815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

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

R = 55.3%
G = 39.28%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D69815 (or 0xD69815) is known color: Gamboge. HEX triplet: D6, 98 and 15. RGB value is (214,152,21). Sum of RGB (Red+Green+Blue) = 214+152+21=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D69815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69815 is #2967EA. Grayscale: #9C9C9C. Windows color (decimal): -2713579 or 1415382. OLE color: 1415382.

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

Color convert

RGB 214 152 21 -
CMYK 0 0.29 0.90 0.16
HSL 40.73º 0.82% 0.46% -
HSV(B) 40.73º 0.9% 0.84% -
XYZ 39.1 36.81 5.75 -
YUV 155.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 214 152 21 0 0.29 0.90 0.16 40.73 0.82 0.46
Hex D6 98 15 0 1D 5A 10 29 52 2E
Octal 326 230 25 0 35 132 20 51 122 56
Binary 11010110 10011000 10101 0 11101 1011010 10000 101001 1010010 101110

Color Harmonies of #D69815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69815

Black with #D69815

Text Example


Text Example

White with #D69815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69815; }

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

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

background-color css

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

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

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

border-color css

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

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

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