Html Css Color HEX #D6921D Buttercup

📋 copy color: '#D6921D'

red 214 ◦ green 146 ◦ blue 29

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

Shades of Buttercup #D6921D

Tints of Buttercup #D6921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 29 (11.72% from 255) = 7.46%

R = 55.01%
G = 37.53%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6921D (or 0xD6921D) is known color: Buttercup. HEX triplet: D6, 92 and 1D. RGB value is (214,146,29). Sum of RGB (Red+Green+Blue) = 214+146+29=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6921D is #296DE2. Grayscale: #999999. Windows color (decimal): -2715107 or 1938134. OLE color: 1938134.

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

Color convert

RGB 214 146 29 -
CMYK 0 0.32 0.86 0.16
HSL 37.95º 0.76% 0.48% -
HSV(B) 37.95º 0.86% 0.84% -
XYZ 38.23 34.94 5.89 -
YUV 152.99 58.03 171.51 -
System Red Green Blue C M Y K H S L
Decimal 214 146 29 0 0.32 0.86 0.16 37.95 0.76 0.48
Hex D6 92 1D 0 20 56 10 26 4C 30
Octal 326 222 35 0 40 126 20 46 114 60
Binary 11010110 10010010 11101 0 100000 1010110 10000 100110 1001100 110000

Color Harmonies of #D6921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6921D

Black with #D6921D

Text Example


Text Example

White with #D6921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6921D; }

 p { color: rgb(214,146,29); }

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

background-color css

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

 a { background-color: rgb(214,146,29); }

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

border-color css

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

 span { border-color: rgb(214,146,29); }

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