Html Css Color HEX #D69110 Gamboge

📋 copy color: '#D69110'

red 214 ◦ green 145 ◦ blue 16

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

Shades of Gamboge #D69110

Tints of Gamboge #D69110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 57.07%
G = 38.67%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D69110 (or 0xD69110) is known color: Gamboge. HEX triplet: D6, 91 and 10. RGB value is (214,145,16). Sum of RGB (Red+Green+Blue) = 214+145+16=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D69110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69110 is #296EEF. Grayscale: #979797. Windows color (decimal): -2715376 or 1085910. OLE color: 1085910.

HSL color Cylindrical-coordinate representation of color #D69110: hue angle of 39.09º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D69110 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 16 -
CMYK 0 0.32 0.93 0.16
HSL 39.09º 0.86% 0.45% -
HSV(B) 39.09º 0.93% 0.84% -
XYZ 37.95 34.58 5.17 -
YUV 150.93 51.86 172.99 -
System Red Green Blue C M Y K H S L
Decimal 214 145 16 0 0.32 0.93 0.16 39.09 0.86 0.45
Hex D6 91 10 0 20 5D 10 27 56 2D
Octal 326 221 20 0 40 135 20 47 126 55
Binary 11010110 10010001 10000 0 100000 1011101 10000 100111 1010110 101101

Color Harmonies of #D69110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69110

Black with #D69110

Text Example


Text Example

White with #D69110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69110; }

 p { color: rgb(214,145,16); }

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

background-color css

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

 a { background-color: rgb(214,145,16); }

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

border-color css

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

 span { border-color: rgb(214,145,16); }

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