Html Css Color HEX #D69615 Gamboge

📋 copy color: '#D69615'

red 214 ◦ green 150 ◦ blue 21

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

Shades of Gamboge #D69615

Tints of Gamboge #D69615

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

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

R = 55.58%
G = 38.96%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D69615 (or 0xD69615) is known color: Gamboge. HEX triplet: D6, 96 and 15. RGB value is (214,150,21). Sum of RGB (Red+Green+Blue) = 214+150+21=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D69615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69615 is #2969EA. Grayscale: #9B9B9B. Windows color (decimal): -2714091 or 1414870. OLE color: 1414870.

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

Color convert

RGB 214 150 21 -
CMYK 0 0.30 0.90 0.16
HSL 40.1º 0.82% 0.46% -
HSV(B) 40.1º 0.9% 0.84% -
XYZ 38.77 36.16 5.65 -
YUV 154.43 52.7 170.49 -
System Red Green Blue C M Y K H S L
Decimal 214 150 21 0 0.30 0.90 0.16 40.1 0.82 0.46
Hex D6 96 15 0 1E 5A 10 28 52 2E
Octal 326 226 25 0 36 132 20 50 122 56
Binary 11010110 10010110 10101 0 11110 1011010 10000 101000 1010010 101110

Color Harmonies of #D69615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69615

Black with #D69615

Text Example


Text Example

White with #D69615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69615; }

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

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

background-color css

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

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

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

border-color css

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

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

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