Html Css Color HEX #D68F2D Buttercup

📋 copy color: '#D68F2D'

red 214 ◦ green 143 ◦ blue 45

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

Shades of Buttercup #D68F2D

Tints of Buttercup #D68F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.19%

R = 53.23%
G = 35.57%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D68F2D (or 0xD68F2D) is known color: Buttercup. HEX triplet: D6, 8F and 2D. RGB value is (214,143,45). Sum of RGB (Red+Green+Blue) = 214+143+45=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F2D is #2970D2. Grayscale: #999999. Windows color (decimal): -2715859 or 2985942. OLE color: 2985942.

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

Color convert

RGB 214 143 45 -
CMYK 0 0.33 0.79 0.16
HSL 34.79º 0.67% 0.51% -
HSV(B) 34.79º 0.79% 0.84% -
XYZ 38.03 34.13 7.07 -
YUV 153.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 214 143 45 0 0.33 0.79 0.16 34.79 0.67 0.51
Hex D6 8F 2D 0 21 4F 10 23 43 33
Octal 326 217 55 0 41 117 20 43 103 63
Binary 11010110 10001111 101101 0 100001 1001111 10000 100011 1000011 110011

Color Harmonies of #D68F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F2D

Black with #D68F2D

Text Example


Text Example

White with #D68F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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