Html Css Color HEX #D69B17 Gamboge

📋 copy color: '#D69B17'

red 214 ◦ green 155 ◦ blue 23

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

Shades of Gamboge #D69B17

Tints of Gamboge #D69B17

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

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

R = 54.59%
G = 39.54%
B = 5.87%

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

#D69B17 (or 0xD69B17) is known color: Gamboge. HEX triplet: D6, 9B and 17. RGB value is (214,155,23). Sum of RGB (Red+Green+Blue) = 214+155+23=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69B17 is #2964E8. Grayscale: #9E9E9E. Windows color (decimal): -2712809 or 1547222. OLE color: 1547222.

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

Color convert

RGB 214 155 23 -
CMYK 0 0.28 0.89 0.16
HSL 41.47º 0.81% 0.46% -
HSV(B) 41.47º 0.89% 0.84% -
XYZ 39.61 37.8 6.02 -
YUV 157.59 52.05 168.23 -
System Red Green Blue C M Y K H S L
Decimal 214 155 23 0 0.28 0.89 0.16 41.47 0.81 0.46
Hex D6 9B 17 0 1C 59 10 29 51 2E
Octal 326 233 27 0 34 131 20 51 121 56
Binary 11010110 10011011 10111 0 11100 1011001 10000 101001 1010001 101110

Color Harmonies of #D69B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B17

Black with #D69B17

Text Example


Text Example

White with #D69B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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