Html Css Color HEX #D68C22 Buttercup

📋 copy color: '#D68C22'

red 214 ◦ green 140 ◦ blue 34

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

Shades of Buttercup #D68C22

Tints of Buttercup #D68C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

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

R = 55.15%
G = 36.08%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68C22 (or 0xD68C22) is known color: Buttercup. HEX triplet: D6, 8C and 22. RGB value is (214,140,34). Sum of RGB (Red+Green+Blue) = 214+140+34=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C22 is #2973DD. Grayscale: #969696. Windows color (decimal): -2716638 or 2264278. OLE color: 2264278.

HSL color Cylindrical-coordinate representation of color #D68C22: hue angle of 35.33º 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 #D68C22 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 34 -
CMYK 0 0.35 0.84 0.16
HSL 35.33º 0.73% 0.49% -
HSV(B) 35.33º 0.84% 0.84% -
XYZ 37.4 33.17 5.94 -
YUV 150.04 62.52 173.62 -
System Red Green Blue C M Y K H S L
Decimal 214 140 34 0 0.35 0.84 0.16 35.33 0.73 0.49
Hex D6 8C 22 0 23 54 10 23 49 31
Octal 326 214 42 0 43 124 20 43 111 61
Binary 11010110 10001100 100010 0 100011 1010100 10000 100011 1001001 110001

Color Harmonies of #D68C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C22

Black with #D68C22

Text Example


Text Example

White with #D68C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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