Html Css Color HEX #D5902C Buttercup

📋 copy color: '#D5902C'

red 213 ◦ green 144 ◦ blue 44

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

Shades of Buttercup #D5902C

Tints of Buttercup #D5902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 44 (17.58% from 255) = 10.97%

R = 53.12%
G = 35.91%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5902C (or 0xD5902C) is known color: Buttercup. HEX triplet: D5, 90 and 2C. RGB value is (213,144,44). Sum of RGB (Red+Green+Blue) = 213+144+44=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5902C is #2A6FD3. Grayscale: #999999. Windows color (decimal): -2781140 or 2920661. OLE color: 2920661.

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

Color convert

RGB 213 144 44 -
CMYK 0 0.32 0.79 0.16
HSL 35.5º 0.67% 0.5% -
HSV(B) 35.5º 0.79% 0.84% -
XYZ 37.87 34.27 7 -
YUV 153.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 213 144 44 0 0.32 0.79 0.16 35.5 0.67 0.5
Hex D5 90 2C 0 20 4F 10 24 43 32
Octal 325 220 54 0 40 117 20 44 103 62
Binary 11010101 10010000 101100 0 100000 1001111 10000 100100 1000011 110010

Color Harmonies of #D5902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5902C

Black with #D5902C

Text Example


Text Example

White with #D5902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5902C; }

 p { color: rgb(213,144,44); }

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

background-color css

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

 a { background-color: rgb(213,144,44); }

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

border-color css

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

 span { border-color: rgb(213,144,44); }

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