Html Css Color HEX #D69016 Gamboge

📋 copy color: '#D69016'

red 214 ◦ green 144 ◦ blue 22

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

Shades of Gamboge #D69016

Tints of Gamboge #D69016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

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

R = 56.32%
G = 37.89%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D69016 (or 0xD69016) is known color: Gamboge. HEX triplet: D6, 90 and 16. RGB value is (214,144,22). Sum of RGB (Red+Green+Blue) = 214+144+22=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D69016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69016 is #296FE9. Grayscale: #979797. Windows color (decimal): -2715626 or 1478870. OLE color: 1478870.

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

Color convert

RGB 214 144 22 -
CMYK 0 0.33 0.90 0.16
HSL 38.13º 0.81% 0.46% -
HSV(B) 38.13º 0.9% 0.84% -
XYZ 37.85 34.3 5.38 -
YUV 151.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 214 144 22 0 0.33 0.90 0.16 38.13 0.81 0.46
Hex D6 90 16 0 21 5A 10 26 51 2E
Octal 326 220 26 0 41 132 20 46 121 56
Binary 11010110 10010000 10110 0 100001 1011010 10000 100110 1010001 101110

Color Harmonies of #D69016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69016

Black with #D69016

Text Example


Text Example

White with #D69016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69016; }

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

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

background-color css

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

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

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

border-color css

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

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

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