Html Css Color HEX #D68C28 Buttercup

📋 copy color: '#D68C28'

red 214 ◦ green 140 ◦ blue 40

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

Shades of Buttercup #D68C28

Tints of Buttercup #D68C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.15%

R = 54.31%
G = 35.53%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D68C28 (or 0xD68C28) is known color: Buttercup. HEX triplet: D6, 8C and 28. RGB value is (214,140,40). Sum of RGB (Red+Green+Blue) = 214+140+40=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C28 is #2973D7. Grayscale: #979797. Windows color (decimal): -2716632 or 2657494. OLE color: 2657494.

HSL color Cylindrical-coordinate representation of color #D68C28: hue angle of 34.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D68C28 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 40 -
CMYK 0 0.35 0.81 0.16
HSL 34.48º 0.69% 0.5% -
HSV(B) 34.48º 0.81% 0.84% -
XYZ 37.49 33.21 6.44 -
YUV 150.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 214 140 40 0 0.35 0.81 0.16 34.48 0.69 0.5
Hex D6 8C 28 0 23 51 10 22 45 32
Octal 326 214 50 0 43 121 20 42 105 62
Binary 11010110 10001100 101000 0 100011 1010001 10000 100010 1000101 110010

Color Harmonies of #D68C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C28

Black with #D68C28

Text Example


Text Example

White with #D68C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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