Html Css Color HEX #D69200 Gamboge

📋 copy color: '#D69200'

red 214 ◦ green 146 ◦ blue 0

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

Shades of Gamboge #D69200

Tints of Gamboge #D69200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 59.44%
G = 40.56%
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

#D69200 (or 0xD69200) is known color: Gamboge. HEX triplet: D6, 92 and 00. RGB value is (214,146,0). Sum of RGB (Red+Green+Blue) = 214+146+0=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D69200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69200 is #296DFF. Grayscale: #969696. Windows color (decimal): -2715136 or 37590. OLE color: 37590.

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

Color convert

RGB 214 146 0 -
CMYK 0 0.32 1 0.16
HSL 40.93º 1% 0.42% -
HSV(B) 40.93º 1% 0.84% -
XYZ 38.01 34.85 4.72 -
YUV 149.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 214 146 0 0 0.32 1 0.16 40.93 1 0.42
Hex D6 92 0 0 20 64 10 29 64 2A
Octal 326 222 0 0 40 144 20 51 144 52
Binary 11010110 10010010 0 0 100000 1100100 10000 101001 1100100 101010

Color Harmonies of #D69200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69200

Black with #D69200

Text Example


Text Example

White with #D69200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69200; }

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

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

background-color css

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

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

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

border-color css

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

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

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