Html Css Color HEX #D68708 Gamboge

📋 copy color: '#D68708'

red 214 ◦ green 135 ◦ blue 8

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

Shades of Gamboge #D68708

Tints of Gamboge #D68708

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 8 (3.52% from 255) = 2.24%

R = 59.94%
G = 37.82%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D68708 (or 0xD68708) is known color: Gamboge. HEX triplet: D6, 87 and 08. RGB value is (214,135,8). Sum of RGB (Red+Green+Blue) = 214+135+8=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D68708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68708 is #2978F7. Grayscale: #909090. Windows color (decimal): -2717944 or 559062. OLE color: 559062.

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

Color convert

RGB 214 135 8 -
CMYK 0 0.37 0.96 0.16
HSL 36.99º 0.93% 0.44% -
HSV(B) 36.99º 0.96% 0.84% -
XYZ 36.44 31.64 4.42 -
YUV 144.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 214 135 8 0 0.37 0.96 0.16 36.99 0.93 0.44
Hex D6 87 8 0 25 60 10 25 5D 2C
Octal 326 207 10 0 45 140 20 45 135 54
Binary 11010110 10000111 1000 0 100101 1100000 10000 100101 1011101 101100

Color Harmonies of #D68708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68708

Black with #D68708

Text Example


Text Example

White with #D68708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68708; }

 p { color: rgb(214,135,8); }

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

background-color css

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

 a { background-color: rgb(214,135,8); }

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

border-color css

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

 span { border-color: rgb(214,135,8); }

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