Html Css Color HEX #D68910 Gamboge

📋 copy color: '#D68910'

red 214 ◦ green 137 ◦ blue 16

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

Shades of Gamboge #D68910

Tints of Gamboge #D68910

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

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

R = 58.31%
G = 37.33%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D68910 (or 0xD68910) is known color: Gamboge. HEX triplet: D6, 89 and 10. RGB value is (214,137,16). Sum of RGB (Red+Green+Blue) = 214+137+16=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D68910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68910 is #2976EF. Grayscale: #929292. Windows color (decimal): -2717424 or 1083862. OLE color: 1083862.

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

Color convert

RGB 214 137 16 -
CMYK 0 0.36 0.93 0.16
HSL 36.67º 0.86% 0.45% -
HSV(B) 36.67º 0.93% 0.84% -
XYZ 36.77 32.22 4.77 -
YUV 146.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 214 137 16 0 0.36 0.93 0.16 36.67 0.86 0.45
Hex D6 89 10 0 24 5D 10 25 56 2D
Octal 326 211 20 0 44 135 20 45 126 55
Binary 11010110 10001001 10000 0 100100 1011101 10000 100101 1010110 101101

Color Harmonies of #D68910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68910

Black with #D68910

Text Example


Text Example

White with #D68910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68910; }

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

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

background-color css

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

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

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

border-color css

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

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

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