Html Css Color HEX #D69807 Gamboge

📋 copy color: '#D69807'

red 214 ◦ green 152 ◦ blue 7

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

Shades of Gamboge #D69807

Tints of Gamboge #D69807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

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

R = 57.37%
G = 40.75%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D69807 (or 0xD69807) is known color: Gamboge. HEX triplet: D6, 98 and 07. RGB value is (214,152,7). Sum of RGB (Red+Green+Blue) = 214+152+7=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D69807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69807 is #2967F8. Grayscale: #9A9A9A. Windows color (decimal): -2713593 or 497878. OLE color: 497878.

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

Color convert

RGB 214 152 7 -
CMYK 0 0.29 0.97 0.16
HSL 42.03º 0.94% 0.43% -
HSV(B) 42.03º 0.97% 0.84% -
XYZ 39 36.77 5.24 -
YUV 154.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 214 152 7 0 0.29 0.97 0.16 42.03 0.94 0.43
Hex D6 98 7 0 1D 61 10 2A 5E 2B
Octal 326 230 7 0 35 141 20 52 136 53
Binary 11010110 10011000 111 0 11101 1100001 10000 101010 1011110 101011

Color Harmonies of #D69807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69807

Black with #D69807

Text Example


Text Example

White with #D69807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69807; }

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

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

background-color css

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

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

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

border-color css

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

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

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