Html Css Color HEX #D68F16 Gamboge

📋 copy color: '#D68F16'

red 214 ◦ green 143 ◦ blue 22

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

Shades of Gamboge #D68F16

Tints of Gamboge #D68F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 56.46%
G = 37.73%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D68F16 (or 0xD68F16) is known color: Gamboge. HEX triplet: D6, 8F and 16. RGB value is (214,143,22). Sum of RGB (Red+Green+Blue) = 214+143+22=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68F16 is #2970E9. Grayscale: #969696. Windows color (decimal): -2715882 or 1478614. OLE color: 1478614.

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

Color convert

RGB 214 143 22 -
CMYK 0 0.33 0.90 0.16
HSL 37.81º 0.81% 0.46% -
HSV(B) 37.81º 0.9% 0.84% -
XYZ 37.7 34 5.33 -
YUV 150.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 214 143 22 0 0.33 0.90 0.16 37.81 0.81 0.46
Hex D6 8F 16 0 21 5A 10 26 51 2E
Octal 326 217 26 0 41 132 20 46 121 56
Binary 11010110 10001111 10110 0 100001 1011010 10000 100110 1010001 101110

Color Harmonies of #D68F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F16

Black with #D68F16

Text Example


Text Example

White with #D68F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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