Html Css Color HEX #D68E13 Gamboge

📋 copy color: '#D68E13'

red 214 ◦ green 142 ◦ blue 19

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

Shades of Gamboge #D68E13

Tints of Gamboge #D68E13

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.87%

 BLUE value IS 19 (7.81% from 255) = 5.07%

R = 57.07%
G = 37.87%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D68E13 (or 0xD68E13) is known color: Gamboge. HEX triplet: D6, 8E and 13. RGB value is (214,142,19). Sum of RGB (Red+Green+Blue) = 214+142+19=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68E13 is #2971EC. Grayscale: #969696. Windows color (decimal): -2716141 or 1281750. OLE color: 1281750.

HSL color Cylindrical-coordinate representation of color #D68E13: hue angle of 37.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D68E13 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 142 19 -
CMYK 0 0.34 0.91 0.16
HSL 37.85º 0.84% 0.46% -
HSV(B) 37.85º 0.91% 0.84% -
XYZ 37.52 33.69 5.14 -
YUV 149.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 214 142 19 0 0.34 0.91 0.16 37.85 0.84 0.46
Hex D6 8E 13 0 22 5B 10 26 54 2E
Octal 326 216 23 0 42 133 20 46 124 56
Binary 11010110 10001110 10011 0 100010 1011011 10000 100110 1010100 101110

Color Harmonies of #D68E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E13

Black with #D68E13

Text Example


Text Example

White with #D68E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E13; }

 p { color: rgb(214,142,19); }

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

background-color css

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

 a { background-color: rgb(214,142,19); }

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

border-color css

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

 span { border-color: rgb(214,142,19); }

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