Html Css Color HEX #D69616 Gamboge

📋 copy color: '#D69616'

red 214 ◦ green 150 ◦ blue 22

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

Shades of Gamboge #D69616

Tints of Gamboge #D69616

RGB

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

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

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

R = 55.44%
G = 38.86%
B = 5.7%

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

#D69616 (or 0xD69616) is known color: Gamboge. HEX triplet: D6, 96 and 16. RGB value is (214,150,22). Sum of RGB (Red+Green+Blue) = 214+150+22=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D69616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69616 is #2969E9. Grayscale: #9B9B9B. Windows color (decimal): -2714090 or 1480406. OLE color: 1480406.

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

Color convert

RGB 214 150 22 -
CMYK 0 0.30 0.90 0.16
HSL 40º 0.81% 0.46% -
HSV(B) 40º 0.9% 0.84% -
XYZ 38.78 36.17 5.7 -
YUV 154.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 214 150 22 0 0.30 0.90 0.16 40 0.81 0.46
Hex D6 96 16 0 1E 5A 10 28 51 2E
Octal 326 226 26 0 36 132 20 50 121 56
Binary 11010110 10010110 10110 0 11110 1011010 10000 101000 1010001 101110

Color Harmonies of #D69616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69616

Black with #D69616

Text Example


Text Example

White with #D69616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69616; }

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

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

background-color css

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

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

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

border-color css

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

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

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