Html Css Color HEX #D69A17 Gamboge

📋 copy color: '#D69A17'

red 214 ◦ green 154 ◦ blue 23

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

Shades of Gamboge #D69A17

Tints of Gamboge #D69A17

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.39%

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

R = 54.73%
G = 39.39%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D69A17 (or 0xD69A17) is known color: Gamboge. HEX triplet: D6, 9A and 17. RGB value is (214,154,23). Sum of RGB (Red+Green+Blue) = 214+154+23=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69A17 is #2965E8. Grayscale: #9D9D9D. Windows color (decimal): -2713065 or 1546966. OLE color: 1546966.

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

Color convert

RGB 214 154 23 -
CMYK 0 0.28 0.89 0.16
HSL 41.15º 0.81% 0.46% -
HSV(B) 41.15º 0.89% 0.84% -
XYZ 39.44 37.47 5.96 -
YUV 157.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 214 154 23 0 0.28 0.89 0.16 41.15 0.81 0.46
Hex D6 9A 17 0 1C 59 10 29 51 2E
Octal 326 232 27 0 34 131 20 51 121 56
Binary 11010110 10011010 10111 0 11100 1011001 10000 101001 1010001 101110

Color Harmonies of #D69A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A17

Black with #D69A17

Text Example


Text Example

White with #D69A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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