Html Css Color HEX #D69109 Gamboge

📋 copy color: '#D69109'

red 214 ◦ green 145 ◦ blue 9

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

Shades of Gamboge #D69109

Tints of Gamboge #D69109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.45%

R = 58.15%
G = 39.4%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D69109 (or 0xD69109) is known color: Gamboge. HEX triplet: D6, 91 and 09. RGB value is (214,145,9). Sum of RGB (Red+Green+Blue) = 214+145+9=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D69109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69109 is #296EF6. Grayscale: #969696. Windows color (decimal): -2715383 or 627158. OLE color: 627158.

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

Color convert

RGB 214 145 9 -
CMYK 0 0.32 0.96 0.16
HSL 39.8º 0.92% 0.44% -
HSV(B) 39.8º 0.96% 0.84% -
XYZ 37.91 34.57 4.93 -
YUV 150.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 214 145 9 0 0.32 0.96 0.16 39.8 0.92 0.44
Hex D6 91 9 0 20 60 10 28 5C 2C
Octal 326 221 11 0 40 140 20 50 134 54
Binary 11010110 10010001 1001 0 100000 1100000 10000 101000 1011100 101100

Color Harmonies of #D69109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69109

Black with #D69109

Text Example


Text Example

White with #D69109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69109; }

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

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

background-color css

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

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

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

border-color css

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

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

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