Html Css Color HEX #D5902A Buttercup

📋 copy color: '#D5902A'

red 213 ◦ green 144 ◦ blue 42

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

Shades of Buttercup #D5902A

Tints of Buttercup #D5902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 53.38%
G = 36.09%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5902A (or 0xD5902A) is known color: Buttercup. HEX triplet: D5, 90 and 2A. RGB value is (213,144,42). Sum of RGB (Red+Green+Blue) = 213+144+42=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5902A is #2A6FD5. Grayscale: #999999. Windows color (decimal): -2781142 or 2789589. OLE color: 2789589.

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

Color convert

RGB 213 144 42 -
CMYK 0 0.32 0.80 0.16
HSL 35.79º 0.67% 0.5% -
HSV(B) 35.79º 0.8% 0.84% -
XYZ 37.83 34.26 6.81 -
YUV 153 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 213 144 42 0 0.32 0.80 0.16 35.79 0.67 0.5
Hex D5 90 2A 0 20 50 10 24 43 32
Octal 325 220 52 0 40 120 20 44 103 62
Binary 11010101 10010000 101010 0 100000 1010000 10000 100100 1000011 110010

Color Harmonies of #D5902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5902A

Black with #D5902A

Text Example


Text Example

White with #D5902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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