Html Css Color HEX #D68E22 Buttercup

📋 copy color: '#D68E22'

red 214 ◦ green 142 ◦ blue 34

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

Shades of Buttercup #D68E22

Tints of Buttercup #D68E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.72%

R = 54.87%
G = 36.41%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68E22 (or 0xD68E22) is known color: Buttercup. HEX triplet: D6, 8E and 22. RGB value is (214,142,34). Sum of RGB (Red+Green+Blue) = 214+142+34=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E22 is #2971DD. Grayscale: #979797. Windows color (decimal): -2716126 or 2264790. OLE color: 2264790.

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

Color convert

RGB 214 142 34 -
CMYK 0 0.34 0.84 0.16
HSL 36º 0.73% 0.49% -
HSV(B) 36º 0.84% 0.84% -
XYZ 37.69 33.76 6.04 -
YUV 151.22 61.85 172.78 -
System Red Green Blue C M Y K H S L
Decimal 214 142 34 0 0.34 0.84 0.16 36 0.73 0.49
Hex D6 8E 22 0 22 54 10 24 49 31
Octal 326 216 42 0 42 124 20 44 111 61
Binary 11010110 10001110 100010 0 100010 1010100 10000 100100 1001001 110001

Color Harmonies of #D68E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E22

Black with #D68E22

Text Example


Text Example

White with #D68E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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