Html Css Color HEX #D5922D Buttercup

📋 copy color: '#D5922D'

red 213 ◦ green 146 ◦ blue 45

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

Shades of Buttercup #D5922D

Tints of Buttercup #D5922D

RGB

 RED value IS 213 (83.59% from 255) = 52.72%

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

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

R = 52.72%
G = 36.14%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5922D (or 0xD5922D) is known color: Buttercup. HEX triplet: D5, 92 and 2D. RGB value is (213,146,45). Sum of RGB (Red+Green+Blue) = 213+146+45=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5922D is #2A6DD2. Grayscale: #9A9A9A. Windows color (decimal): -2780627 or 2986709. OLE color: 2986709.

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

Color convert

RGB 213 146 45 -
CMYK 0 0.31 0.79 0.16
HSL 36.07º 0.67% 0.51% -
HSV(B) 36.07º 0.79% 0.84% -
XYZ 38.19 34.89 7.2 -
YUV 154.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 213 146 45 0 0.31 0.79 0.16 36.07 0.67 0.51
Hex D5 92 2D 0 1F 4F 10 24 43 33
Octal 325 222 55 0 37 117 20 44 103 63
Binary 11010101 10010010 101101 0 11111 1001111 10000 100100 1000011 110011

Color Harmonies of #D5922D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5922D

Black with #D5922D

Text Example


Text Example

White with #D5922D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5922D; }

 p { color: rgb(213,146,45); }

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

background-color css

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

 a { background-color: rgb(213,146,45); }

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

border-color css

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

 span { border-color: rgb(213,146,45); }

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