Html Css Color HEX #D69407 Gamboge

📋 copy color: '#D69407'

red 214 ◦ green 148 ◦ blue 7

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

Shades of Gamboge #D69407

Tints of Gamboge #D69407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 57.99%
G = 40.11%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D69407 (or 0xD69407) is known color: Gamboge. HEX triplet: D6, 94 and 07. RGB value is (214,148,7). Sum of RGB (Red+Green+Blue) = 214+148+7=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D69407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69407 is #296BF8. Grayscale: #989898. Windows color (decimal): -2714617 or 496854. OLE color: 496854.

HSL color Cylindrical-coordinate representation of color #D69407: hue angle of 40.87º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D69407 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 7 -
CMYK 0 0.31 0.97 0.16
HSL 40.87º 0.94% 0.43% -
HSV(B) 40.87º 0.97% 0.84% -
XYZ 38.36 35.49 5.03 -
YUV 151.66 46.37 172.46 -
System Red Green Blue C M Y K H S L
Decimal 214 148 7 0 0.31 0.97 0.16 40.87 0.94 0.43
Hex D6 94 7 0 1F 61 10 29 5E 2B
Octal 326 224 7 0 37 141 20 51 136 53
Binary 11010110 10010100 111 0 11111 1100001 10000 101001 1011110 101011

Color Harmonies of #D69407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69407

Black with #D69407

Text Example


Text Example

White with #D69407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69407; }

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

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

background-color css

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

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

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

border-color css

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

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

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