Html Css Color HEX #D69100 Gamboge

📋 copy color: '#D69100'

red 214 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #D69100

Tints of Gamboge #D69100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

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

R = 59.61%
G = 40.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D69100 (or 0xD69100) is known color: Gamboge. HEX triplet: D6, 91 and 00. RGB value is (214,145,0). Sum of RGB (Red+Green+Blue) = 214+145+0=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D69100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69100 is #296EFF. Grayscale: #959595. Windows color (decimal): -2715392 or 37334. OLE color: 37334.

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

Color convert

RGB 214 145 0 -
CMYK 0 0.32 1 0.16
HSL 40.65º 1% 0.42% -
HSV(B) 40.65º 1% 0.84% -
XYZ 37.86 34.55 4.67 -
YUV 149.1 43.86 174.29 -
System Red Green Blue C M Y K H S L
Decimal 214 145 0 0 0.32 1 0.16 40.65 1 0.42
Hex D6 91 0 0 20 64 10 29 64 2A
Octal 326 221 0 0 40 144 20 51 144 52
Binary 11010110 10010001 0 0 100000 1100100 10000 101001 1100100 101010

Color Harmonies of #D69100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69100

Black with #D69100

Text Example


Text Example

White with #D69100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69100; }

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

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

background-color css

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

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

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

border-color css

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

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

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