Html Css Color HEX #D69517 Gamboge

📋 copy color: '#D69517'

red 214 ◦ green 149 ◦ blue 23

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

Shades of Gamboge #D69517

Tints of Gamboge #D69517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

 BLUE value IS 23 (9.38% from 255) = 5.96%

R = 55.44%
G = 38.6%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D69517 (or 0xD69517) is known color: Gamboge. HEX triplet: D6, 95 and 17. RGB value is (214,149,23). Sum of RGB (Red+Green+Blue) = 214+149+23=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D69517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69517 is #296AE8. Grayscale: #9A9A9A. Windows color (decimal): -2714345 or 1545686. OLE color: 1545686.

HSL color Cylindrical-coordinate representation of color #D69517: hue angle of 39.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D69517 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 23 -
CMYK 0 0.30 0.89 0.16
HSL 39.58º 0.81% 0.46% -
HSV(B) 39.58º 0.89% 0.84% -
XYZ 38.63 35.85 5.69 -
YUV 154.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 214 149 23 0 0.30 0.89 0.16 39.58 0.81 0.46
Hex D6 95 17 0 1E 59 10 28 51 2E
Octal 326 225 27 0 36 131 20 50 121 56
Binary 11010110 10010101 10111 0 11110 1011001 10000 101000 1010001 101110

Color Harmonies of #D69517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69517

Black with #D69517

Text Example


Text Example

White with #D69517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69517; }

 p { color: rgb(214,149,23); }

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

background-color css

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

 a { background-color: rgb(214,149,23); }

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

border-color css

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

 span { border-color: rgb(214,149,23); }

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