Html Css Color HEX #D69B16 Gamboge

📋 copy color: '#D69B16'

red 214 ◦ green 155 ◦ blue 22

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

Shades of Gamboge #D69B16

Tints of Gamboge #D69B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 54.73%
G = 39.64%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D69B16 (or 0xD69B16) is known color: Gamboge. HEX triplet: D6, 9B and 16. RGB value is (214,155,22). Sum of RGB (Red+Green+Blue) = 214+155+22=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69B16 is #2964E9. Grayscale: #9E9E9E. Windows color (decimal): -2712810 or 1481686. OLE color: 1481686.

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

Color convert

RGB 214 155 22 -
CMYK 0 0.28 0.90 0.16
HSL 41.56º 0.81% 0.46% -
HSV(B) 41.56º 0.9% 0.84% -
XYZ 39.6 37.8 5.97 -
YUV 157.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 214 155 22 0 0.28 0.90 0.16 41.56 0.81 0.46
Hex D6 9B 16 0 1C 5A 10 2A 51 2E
Octal 326 233 26 0 34 132 20 52 121 56
Binary 11010110 10011011 10110 0 11100 1011010 10000 101010 1010001 101110

Color Harmonies of #D69B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B16

Black with #D69B16

Text Example


Text Example

White with #D69B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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