Html Css Color HEX #CD921C Buttercup

📋 copy color: '#CD921C'

red 205 ◦ green 146 ◦ blue 28

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

Shades of Buttercup #CD921C

Tints of Buttercup #CD921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 54.09%
G = 38.52%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD921C (or 0xCD921C) is known color: Buttercup. HEX triplet: CD, 92 and 1C. RGB value is (205,146,28). Sum of RGB (Red+Green+Blue) = 205+146+28=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD921C is #326DE3. Grayscale: #969696. Windows color (decimal): -3304932 or 1872589. OLE color: 1872589.

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

Color convert

RGB 205 146 28 -
CMYK 0 0.29 0.86 0.20
HSL 40º 0.76% 0.46% -
HSV(B) 40º 0.86% 0.8% -
XYZ 35.67 33.62 5.71 -
YUV 150.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 205 146 28 0 0.29 0.86 0.20 40 0.76 0.46
Hex CD 92 1C 0 1D 56 14 28 4C 2E
Octal 315 222 34 0 35 126 24 50 114 56
Binary 11001101 10010010 11100 0 11101 1010110 10100 101000 1001100 101110

Color Harmonies of #CD921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD921C

Black with #CD921C

Text Example


Text Example

White with #CD921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD921C; }

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

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

background-color css

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

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

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

border-color css

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

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

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