Html Css Color HEX #CD941C Buttercup

📋 copy color: '#CD941C'

red 205 ◦ green 148 ◦ blue 28

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

Shades of Buttercup #CD941C

Tints of Buttercup #CD941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

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

R = 53.81%
G = 38.85%
B = 7.35%

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

#CD941C (or 0xCD941C) is known color: Buttercup. HEX triplet: CD, 94 and 1C. RGB value is (205,148,28). Sum of RGB (Red+Green+Blue) = 205+148+28=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD941C is #326BE3. Grayscale: #979797. Windows color (decimal): -3304420 or 1873101. OLE color: 1873101.

HSL color Cylindrical-coordinate representation of color #CD941C: hue angle of 40.68º degrees, saturation: 0.76, 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 #CD941C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 148 28 -
CMYK 0 0.28 0.86 0.20
HSL 40.68º 0.76% 0.46% -
HSV(B) 40.68º 0.86% 0.8% -
XYZ 35.98 34.24 5.81 -
YUV 151.36 58.38 166.26 -
System Red Green Blue C M Y K H S L
Decimal 205 148 28 0 0.28 0.86 0.20 40.68 0.76 0.46
Hex CD 94 1C 0 1C 56 14 29 4C 2E
Octal 315 224 34 0 34 126 24 51 114 56
Binary 11001101 10010100 11100 0 11100 1010110 10100 101001 1001100 101110

Color Harmonies of #CD941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD941C

Black with #CD941C

Text Example


Text Example

White with #CD941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD941C; }

 p { color: rgb(205,148,28); }

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

background-color css

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

 a { background-color: rgb(205,148,28); }

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

border-color css

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

 span { border-color: rgb(205,148,28); }

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