Html Css Color HEX #D69507 Gamboge

📋 copy color: '#D69507'

red 214 ◦ green 149 ◦ blue 7

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

Shades of Gamboge #D69507

Tints of Gamboge #D69507

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.27%

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

R = 57.84%
G = 40.27%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D69507 (or 0xD69507) is known color: Gamboge. HEX triplet: D6, 95 and 07. RGB value is (214,149,7). Sum of RGB (Red+Green+Blue) = 214+149+7=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D69507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69507 is #296AF8. Grayscale: #989898. Windows color (decimal): -2714361 or 497110. OLE color: 497110.

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

Color convert

RGB 214 149 7 -
CMYK 0 0.30 0.97 0.16
HSL 41.16º 0.94% 0.43% -
HSV(B) 41.16º 0.97% 0.84% -
XYZ 38.52 35.81 5.08 -
YUV 152.25 46.03 172.05 -
System Red Green Blue C M Y K H S L
Decimal 214 149 7 0 0.30 0.97 0.16 41.16 0.94 0.43
Hex D6 95 7 0 1E 61 10 29 5E 2B
Octal 326 225 7 0 36 141 20 51 136 53
Binary 11010110 10010101 111 0 11110 1100001 10000 101001 1011110 101011

Color Harmonies of #D69507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69507

Black with #D69507

Text Example


Text Example

White with #D69507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69507; }

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

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

background-color css

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

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

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

border-color css

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

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

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