Html Css Color HEX #D5902B Buttercup

📋 copy color: '#D5902B'

red 213 ◦ green 144 ◦ blue 43

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

Shades of Buttercup #D5902B

Tints of Buttercup #D5902B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 53.25%
G = 36%
B = 10.75%

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

#D5902B (or 0xD5902B) is known color: Buttercup. HEX triplet: D5, 90 and 2B. RGB value is (213,144,43). Sum of RGB (Red+Green+Blue) = 213+144+43=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5902B is #2A6FD4. Grayscale: #999999. Windows color (decimal): -2781141 or 2855125. OLE color: 2855125.

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

Color convert

RGB 213 144 43 -
CMYK 0 0.32 0.80 0.16
HSL 35.65º 0.67% 0.5% -
HSV(B) 35.65º 0.8% 0.84% -
XYZ 37.85 34.27 6.9 -
YUV 153.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 213 144 43 0 0.32 0.80 0.16 35.65 0.67 0.5
Hex D5 90 2B 0 20 50 10 24 43 32
Octal 325 220 53 0 40 120 20 44 103 62
Binary 11010101 10010000 101011 0 100000 1010000 10000 100100 1000011 110010

Color Harmonies of #D5902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5902B

Black with #D5902B

Text Example


Text Example

White with #D5902B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5902B; }

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

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

background-color css

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

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

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

border-color css

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

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

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