Html Css Color HEX #D69600 Gamboge

📋 copy color: '#D69600'

red 214 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #D69600

Tints of Gamboge #D69600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.79%
G = 41.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D69600 (or 0xD69600) is known color: Gamboge. HEX triplet: D6, 96 and 00. RGB value is (214,150,0). Sum of RGB (Red+Green+Blue) = 214+150+0=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D69600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69600 is #2969FF. Grayscale: #989898. Windows color (decimal): -2714112 or 38614. OLE color: 38614.

HSL color Cylindrical-coordinate representation of color #D69600: hue angle of 42.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D69600 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 0 -
CMYK 0 0.30 1 0.16
HSL 42.06º 1% 0.42% -
HSV(B) 42.06º 1% 0.84% -
XYZ 38.64 36.11 4.93 -
YUV 152.04 42.2 172.2 -
System Red Green Blue C M Y K H S L
Decimal 214 150 0 0 0.30 1 0.16 42.06 1 0.42
Hex D6 96 0 0 1E 64 10 2A 64 2A
Octal 326 226 0 0 36 144 20 52 144 52
Binary 11010110 10010110 0 0 11110 1100100 10000 101010 1100100 101010

Color Harmonies of #D69600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69600

Black with #D69600

Text Example


Text Example

White with #D69600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69600; }

 p { color: rgb(214,150,0); }

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

background-color css

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

 a { background-color: rgb(214,150,0); }

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

border-color css

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

 span { border-color: rgb(214,150,0); }

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