Html Css Color HEX #CC921F Buttercup

📋 copy color: '#CC921F'

red 204 ◦ green 146 ◦ blue 31

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

Shades of Buttercup #CC921F

Tints of Buttercup #CC921F

RGB

 RED value IS 204 (80.08% from 255) = 53.54%

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

 BLUE value IS 31 (12.5% from 255) = 8.14%

R = 53.54%
G = 38.32%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC921F (or 0xCC921F) is known color: Buttercup. HEX triplet: CC, 92 and 1F. RGB value is (204,146,31). Sum of RGB (Red+Green+Blue) = 204+146+31=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC921F is #336DE0. Grayscale: #969696. Windows color (decimal): -3370465 or 2069196. OLE color: 2069196.

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

Color convert

RGB 204 146 31 -
CMYK 0 0.28 0.85 0.2
HSL 39.88º 0.74% 0.46% -
HSV(B) 39.88º 0.85% 0.8% -
XYZ 35.43 33.49 5.89 -
YUV 150.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 204 146 31 0 0.28 0.85 0.2 39.88 0.74 0.46
Hex CC 92 1F 0 1C 55 14 28 4A 2E
Octal 314 222 37 0 34 125 24 50 112 56
Binary 11001100 10010010 11111 0 11100 1010101 10100 101000 1001010 101110

Color Harmonies of #CC921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC921F

Black with #CC921F

Text Example


Text Example

White with #CC921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC921F; }

 p { color: rgb(204,146,31); }

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

background-color css

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

 a { background-color: rgb(204,146,31); }

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

border-color css

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

 span { border-color: rgb(204,146,31); }

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