Html Css Color HEX #D69409 Gamboge

📋 copy color: '#D69409'

red 214 ◦ green 148 ◦ blue 9

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

Shades of Gamboge #D69409

Tints of Gamboge #D69409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 57.68%
G = 39.89%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D69409 (or 0xD69409) is known color: Gamboge. HEX triplet: D6, 94 and 09. RGB value is (214,148,9). Sum of RGB (Red+Green+Blue) = 214+148+9=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D69409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69409 is #296BF6. Grayscale: #989898. Windows color (decimal): -2714615 or 627926. OLE color: 627926.

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

Color convert

RGB 214 148 9 -
CMYK 0 0.31 0.96 0.16
HSL 40.68º 0.92% 0.44% -
HSV(B) 40.68º 0.96% 0.84% -
XYZ 38.37 35.5 5.09 -
YUV 151.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 214 148 9 0 0.31 0.96 0.16 40.68 0.92 0.44
Hex D6 94 9 0 1F 60 10 29 5C 2C
Octal 326 224 11 0 37 140 20 51 134 54
Binary 11010110 10010100 1001 0 11111 1100000 10000 101001 1011100 101100

Color Harmonies of #D69409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69409

Black with #D69409

Text Example


Text Example

White with #D69409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69409; }

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

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

background-color css

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

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

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

border-color css

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

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

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