Html Css Color HEX #D5971C Buttercup

📋 copy color: '#D5971C'

red 213 ◦ green 151 ◦ blue 28

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

Shades of Buttercup #D5971C

Tints of Buttercup #D5971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

 BLUE value IS 28 (11.33% from 255) = 7.14%

R = 54.34%
G = 38.52%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5971C (or 0xD5971C) is known color: Buttercup. HEX triplet: D5, 97 and 1C. RGB value is (213,151,28). Sum of RGB (Red+Green+Blue) = 213+151+28=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5971C is #2A68E3. Grayscale: #9C9C9C. Windows color (decimal): -2779364 or 1873877. OLE color: 1873877.

HSL color Cylindrical-coordinate representation of color #D5971C: hue angle of 39.89º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5971C is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 151 28 -
CMYK 0 0.29 0.87 0.16
HSL 39.89º 0.77% 0.47% -
HSV(B) 39.89º 0.87% 0.84% -
XYZ 38.72 36.36 6.08 -
YUV 155.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 213 151 28 0 0.29 0.87 0.16 39.89 0.77 0.47
Hex D5 97 1C 0 1D 57 10 28 4D 2F
Octal 325 227 34 0 35 127 20 50 115 57
Binary 11010101 10010111 11100 0 11101 1010111 10000 101000 1001101 101111

Color Harmonies of #D5971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5971C

Black with #D5971C

Text Example


Text Example

White with #D5971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5971C; }

 p { color: rgb(213,151,28); }

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

background-color css

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

 a { background-color: rgb(213,151,28); }

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

border-color css

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

 span { border-color: rgb(213,151,28); }

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