Html Css Color HEX #D68721 Buttercup

📋 copy color: '#D68721'

red 214 ◦ green 135 ◦ blue 33

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

Shades of Buttercup #D68721

Tints of Buttercup #D68721

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 56.02%
G = 35.34%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D68721 (or 0xD68721) is known color: Buttercup. HEX triplet: D6, 87 and 21. RGB value is (214,135,33). Sum of RGB (Red+Green+Blue) = 214+135+33=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D68721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68721 is #2978DE. Grayscale: #939393. Windows color (decimal): -2717919 or 2197462. OLE color: 2197462.

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

Color convert

RGB 214 135 33 -
CMYK 0 0.37 0.85 0.16
HSL 33.81º 0.73% 0.48% -
HSV(B) 33.81º 0.85% 0.84% -
XYZ 36.67 31.73 5.63 -
YUV 146.99 63.67 175.79 -
System Red Green Blue C M Y K H S L
Decimal 214 135 33 0 0.37 0.85 0.16 33.81 0.73 0.48
Hex D6 87 21 0 25 55 10 22 49 30
Octal 326 207 41 0 45 125 20 42 111 60
Binary 11010110 10000111 100001 0 100101 1010101 10000 100010 1001001 110000

Color Harmonies of #D68721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68721

Black with #D68721

Text Example


Text Example

White with #D68721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68721; }

 p { color: rgb(214,135,33); }

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

background-color css

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

 a { background-color: rgb(214,135,33); }

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

border-color css

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

 span { border-color: rgb(214,135,33); }

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