Html Css Color HEX #D69809 Gamboge

📋 copy color: '#D69809'

red 214 ◦ green 152 ◦ blue 9

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

Shades of Gamboge #D69809

Tints of Gamboge #D69809

RGB

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

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

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

R = 57.07%
G = 40.53%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D69809 (or 0xD69809) is known color: Gamboge. HEX triplet: D6, 98 and 09. RGB value is (214,152,9). Sum of RGB (Red+Green+Blue) = 214+152+9=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D69809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69809 is #2967F6. Grayscale: #9A9A9A. Windows color (decimal): -2713591 or 628950. OLE color: 628950.

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

Color convert

RGB 214 152 9 -
CMYK 0 0.29 0.96 0.16
HSL 41.85º 0.92% 0.44% -
HSV(B) 41.85º 0.96% 0.84% -
XYZ 39.01 36.77 5.3 -
YUV 154.24 46.04 170.63 -
System Red Green Blue C M Y K H S L
Decimal 214 152 9 0 0.29 0.96 0.16 41.85 0.92 0.44
Hex D6 98 9 0 1D 60 10 2A 5C 2C
Octal 326 230 11 0 35 140 20 52 134 54
Binary 11010110 10011000 1001 0 11101 1100000 10000 101010 1011100 101100

Color Harmonies of #D69809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69809

Black with #D69809

Text Example


Text Example

White with #D69809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69809; }

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

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

background-color css

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

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

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

border-color css

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

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

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