Html Css Color HEX #D69112 Gamboge

📋 copy color: '#D69112'

red 214 ◦ green 145 ◦ blue 18

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

Shades of Gamboge #D69112

Tints of Gamboge #D69112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 56.76%
G = 38.46%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D69112 (or 0xD69112) is known color: Gamboge. HEX triplet: D6, 91 and 12. RGB value is (214,145,18). Sum of RGB (Red+Green+Blue) = 214+145+18=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D69112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69112 is #296EED. Grayscale: #979797. Windows color (decimal): -2715374 or 1216982. OLE color: 1216982.

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

Color convert

RGB 214 145 18 -
CMYK 0 0.32 0.92 0.16
HSL 38.88º 0.84% 0.45% -
HSV(B) 38.88º 0.92% 0.84% -
XYZ 37.97 34.59 5.25 -
YUV 151.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 214 145 18 0 0.32 0.92 0.16 38.88 0.84 0.45
Hex D6 91 12 0 20 5C 10 27 54 2D
Octal 326 221 22 0 40 134 20 47 124 55
Binary 11010110 10010001 10010 0 100000 1011100 10000 100111 1010100 101101

Color Harmonies of #D69112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69112

Black with #D69112

Text Example


Text Example

White with #D69112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69112; }

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

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

background-color css

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

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

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

border-color css

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

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

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