Html Css Color HEX #D69209 Gamboge

📋 copy color: '#D69209'

red 214 ◦ green 146 ◦ blue 9

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

Shades of Gamboge #D69209

Tints of Gamboge #D69209

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.57%

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

R = 57.99%
G = 39.57%
B = 2.44%

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

#D69209 (or 0xD69209) is known color: Gamboge. HEX triplet: D6, 92 and 09. RGB value is (214,146,9). Sum of RGB (Red+Green+Blue) = 214+146+9=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D69209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69209 is #296DF6. Grayscale: #979797. Windows color (decimal): -2715127 or 627414. OLE color: 627414.

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

Color convert

RGB 214 146 9 -
CMYK 0 0.32 0.96 0.16
HSL 40.1º 0.92% 0.44% -
HSV(B) 40.1º 0.96% 0.84% -
XYZ 38.06 34.87 4.98 -
YUV 150.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 214 146 9 0 0.32 0.96 0.16 40.1 0.92 0.44
Hex D6 92 9 0 20 60 10 28 5C 2C
Octal 326 222 11 0 40 140 20 50 134 54
Binary 11010110 10010010 1001 0 100000 1100000 10000 101000 1011100 101100

Color Harmonies of #D69209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69209

Black with #D69209

Text Example


Text Example

White with #D69209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69209; }

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

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

background-color css

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

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

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

border-color css

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

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

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