Html Css Color HEX #D2931D Buttercup

📋 copy color: '#D2931D'

red 210 ◦ green 147 ◦ blue 29

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

Shades of Buttercup #D2931D

Tints of Buttercup #D2931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

 BLUE value IS 29 (11.72% from 255) = 7.51%

R = 54.4%
G = 38.08%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2931D (or 0xD2931D) is known color: Buttercup. HEX triplet: D2, 93 and 1D. RGB value is (210,147,29). Sum of RGB (Red+Green+Blue) = 210+147+29=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2931D is #2D6CE2. Grayscale: #989898. Windows color (decimal): -2976995 or 1938386. OLE color: 1938386.

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

Color convert

RGB 210 147 29 -
CMYK 0 0.30 0.86 0.18
HSL 39.12º 0.76% 0.47% -
HSV(B) 39.12º 0.86% 0.82% -
XYZ 37.23 34.66 5.89 -
YUV 152.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 210 147 29 0 0.30 0.86 0.18 39.12 0.76 0.47
Hex D2 93 1D 0 1E 56 12 27 4C 2F
Octal 322 223 35 0 36 126 22 47 114 57
Binary 11010010 10010011 11101 0 11110 1010110 10010 100111 1001100 101111

Color Harmonies of #D2931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2931D

Black with #D2931D

Text Example


Text Example

White with #D2931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2931D; }

 p { color: rgb(210,147,29); }

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

background-color css

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

 a { background-color: rgb(210,147,29); }

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

border-color css

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

 span { border-color: rgb(210,147,29); }

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