Html Css Color HEX #CD931D Buttercup

📋 copy color: '#CD931D'

red 205 ◦ green 147 ◦ blue 29

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

Shades of Buttercup #CD931D

Tints of Buttercup #CD931D

RGB

 RED value IS 205 (80.47% from 255) = 53.81%

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

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

R = 53.81%
G = 38.58%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD931D (or 0xCD931D) is known color: Buttercup. HEX triplet: CD, 93 and 1D. RGB value is (205,147,29). Sum of RGB (Red+Green+Blue) = 205+147+29=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD931D is #326CE2. Grayscale: #979797. Windows color (decimal): -3304675 or 1938381. OLE color: 1938381.

HSL color Cylindrical-coordinate representation of color #CD931D: hue angle of 40.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD931D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 147 29 -
CMYK 0 0.28 0.86 0.20
HSL 40.23º 0.75% 0.46% -
HSV(B) 40.23º 0.86% 0.8% -
XYZ 35.83 33.94 5.82 -
YUV 150.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 205 147 29 0 0.28 0.86 0.20 40.23 0.75 0.46
Hex CD 93 1D 0 1C 56 14 28 4B 2E
Octal 315 223 35 0 34 126 24 50 113 56
Binary 11001101 10010011 11101 0 11100 1010110 10100 101000 1001011 101110

Color Harmonies of #CD931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD931D

Black with #CD931D

Text Example


Text Example

White with #CD931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD931D; }

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

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

background-color css

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

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

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

border-color css

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

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

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