Html Css Color HEX #D2901C Buttercup

📋 copy color: '#D2901C'

red 210 ◦ green 144 ◦ blue 28

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

Shades of Buttercup #D2901C

Tints of Buttercup #D2901C

RGB

 RED value IS 210 (82.42% from 255) = 54.97%

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

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

R = 54.97%
G = 37.7%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2901C (or 0xD2901C) is known color: Buttercup. HEX triplet: D2, 90 and 1C. RGB value is (210,144,28). Sum of RGB (Red+Green+Blue) = 210+144+28=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2901C is #2D6FE3. Grayscale: #979797. Windows color (decimal): -2977764 or 1872082. OLE color: 1872082.

HSL color Cylindrical-coordinate representation of color #D2901C: hue angle of 38.24º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2901C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 28 -
CMYK 0 0.31 0.87 0.18
HSL 38.24º 0.76% 0.47% -
HSV(B) 38.24º 0.87% 0.82% -
XYZ 36.76 33.73 5.67 -
YUV 150.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 210 144 28 0 0.31 0.87 0.18 38.24 0.76 0.47
Hex D2 90 1C 0 1F 57 12 26 4C 2F
Octal 322 220 34 0 37 127 22 46 114 57
Binary 11010010 10010000 11100 0 11111 1010111 10010 100110 1001100 101111

Color Harmonies of #D2901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2901C

Black with #D2901C

Text Example


Text Example

White with #D2901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2901C; }

 p { color: rgb(210,144,28); }

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

background-color css

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

 a { background-color: rgb(210,144,28); }

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

border-color css

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

 span { border-color: rgb(210,144,28); }

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