Html Css Color HEX #D68E2C Buttercup

📋 copy color: '#D68E2C'

red 214 ◦ green 142 ◦ blue 44

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

Shades of Buttercup #D68E2C

Tints of Buttercup #D68E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11%

R = 53.5%
G = 35.5%
B = 11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D68E2C (or 0xD68E2C) is known color: Buttercup. HEX triplet: D6, 8E and 2C. RGB value is (214,142,44). Sum of RGB (Red+Green+Blue) = 214+142+44=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E2C is #2971D3. Grayscale: #989898. Windows color (decimal): -2716116 or 2920150. OLE color: 2920150.

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

Color convert

RGB 214 142 44 -
CMYK 0 0.34 0.79 0.16
HSL 34.59º 0.67% 0.51% -
HSV(B) 34.59º 0.79% 0.84% -
XYZ 37.86 33.82 6.92 -
YUV 152.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 214 142 44 0 0.34 0.79 0.16 34.59 0.67 0.51
Hex D6 8E 2C 0 22 4F 10 23 43 33
Octal 326 216 54 0 42 117 20 43 103 63
Binary 11010110 10001110 101100 0 100010 1001111 10000 100011 1000011 110011

Color Harmonies of #D68E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E2C

Black with #D68E2C

Text Example


Text Example

White with #D68E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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