Html Css Color HEX #D68710 Gamboge

📋 copy color: '#D68710'

red 214 ◦ green 135 ◦ blue 16

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

Shades of Gamboge #D68710

Tints of Gamboge #D68710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 58.63%
G = 36.99%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D68710 (or 0xD68710) is known color: Gamboge. HEX triplet: D6, 87 and 10. RGB value is (214,135,16). Sum of RGB (Red+Green+Blue) = 214+135+16=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D68710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68710 is #2978EF. Grayscale: #919191. Windows color (decimal): -2717936 or 1083350. OLE color: 1083350.

HSL color Cylindrical-coordinate representation of color #D68710: hue angle of 36.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D68710 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 16 -
CMYK 0 0.37 0.93 0.16
HSL 36.06º 0.86% 0.45% -
HSV(B) 36.06º 0.93% 0.84% -
XYZ 36.49 31.66 4.68 -
YUV 145.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 214 135 16 0 0.37 0.93 0.16 36.06 0.86 0.45
Hex D6 87 10 0 25 5D 10 24 56 2D
Octal 326 207 20 0 45 135 20 44 126 55
Binary 11010110 10000111 10000 0 100101 1011101 10000 100100 1010110 101101

Color Harmonies of #D68710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68710

Black with #D68710

Text Example


Text Example

White with #D68710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68710; }

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

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

background-color css

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

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

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

border-color css

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

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

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