Html Css Color HEX #D68800 Gamboge

📋 copy color: '#D68800'

red 214 ◦ green 136 ◦ blue 0

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

Shades of Gamboge #D68800

Tints of Gamboge #D68800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

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

R = 61.14%
G = 38.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D68800 (or 0xD68800) is known color: Gamboge. HEX triplet: D6, 88 and 00. RGB value is (214,136,0). Sum of RGB (Red+Green+Blue) = 214+136+0=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D68800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68800 is #2977FF. Grayscale: #909090. Windows color (decimal): -2717696 or 35030. OLE color: 35030.

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

Color convert

RGB 214 136 0 -
CMYK 0 0.36 1 0.16
HSL 38.13º 1% 0.42% -
HSV(B) 38.13º 1% 0.84% -
XYZ 36.54 31.9 4.23 -
YUV 143.82 46.84 178.06 -
System Red Green Blue C M Y K H S L
Decimal 214 136 0 0 0.36 1 0.16 38.13 1 0.42
Hex D6 88 0 0 24 64 10 26 64 2A
Octal 326 210 0 0 44 144 20 46 144 52
Binary 11010110 10001000 0 0 100100 1100100 10000 100110 1100100 101010

Color Harmonies of #D68800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68800

Black with #D68800

Text Example


Text Example

White with #D68800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68800; }

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

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

background-color css

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

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

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

border-color css

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

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

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