Html Css Color HEX #D68F14 Gamboge

📋 copy color: '#D68F14'

red 214 ◦ green 143 ◦ blue 20

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

Shades of Gamboge #D68F14

Tints of Gamboge #D68F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 56.76%
G = 37.93%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D68F14 (or 0xD68F14) is known color: Gamboge. HEX triplet: D6, 8F and 14. RGB value is (214,143,20). Sum of RGB (Red+Green+Blue) = 214+143+20=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68F14 is #2970EB. Grayscale: #969696. Windows color (decimal): -2715884 or 1347542. OLE color: 1347542.

HSL color Cylindrical-coordinate representation of color #D68F14: hue angle of 38.04º degrees, saturation: 0.83, 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 #D68F14 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 143 20 -
CMYK 0 0.33 0.91 0.16
HSL 38.04º 0.83% 0.46% -
HSV(B) 38.04º 0.91% 0.84% -
XYZ 37.68 33.99 5.24 -
YUV 150.21 54.52 173.5 -
System Red Green Blue C M Y K H S L
Decimal 214 143 20 0 0.33 0.91 0.16 38.04 0.83 0.46
Hex D6 8F 14 0 21 5B 10 26 53 2E
Octal 326 217 24 0 41 133 20 46 123 56
Binary 11010110 10001111 10100 0 100001 1011011 10000 100110 1010011 101110

Color Harmonies of #D68F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F14

Black with #D68F14

Text Example


Text Example

White with #D68F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F14; }

 p { color: rgb(214,143,20); }

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

background-color css

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

 a { background-color: rgb(214,143,20); }

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

border-color css

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

 span { border-color: rgb(214,143,20); }

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