Html Css Color HEX #CC8D1C Buttercup

📋 copy color: '#CC8D1C'

red 204 ◦ green 141 ◦ blue 28

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

Shades of Buttercup #CC8D1C

Tints of Buttercup #CC8D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

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

R = 54.69%
G = 37.8%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC8D1C (or 0xCC8D1C) is known color: Buttercup. HEX triplet: CC, 8D and 1C. RGB value is (204,141,28). Sum of RGB (Red+Green+Blue) = 204+141+28=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D1C is #3372E3. Grayscale: #939393. Windows color (decimal): -3371748 or 1871308. OLE color: 1871308.

HSL color Cylindrical-coordinate representation of color #CC8D1C: hue angle of 38.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC8D1C is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 141 28 -
CMYK 0 0.31 0.86 0.2
HSL 38.52º 0.76% 0.45% -
HSV(B) 38.52º 0.86% 0.8% -
XYZ 34.64 31.97 5.44 -
YUV 146.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 204 141 28 0 0.31 0.86 0.2 38.52 0.76 0.45
Hex CC 8D 1C 0 1F 56 14 27 4C 2D
Octal 314 215 34 0 37 126 24 47 114 55
Binary 11001100 10001101 11100 0 11111 1010110 10100 100111 1001100 101101

Color Harmonies of #CC8D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D1C

Black with #CC8D1C

Text Example


Text Example

White with #CC8D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D1C; }

 p { color: rgb(204,141,28); }

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

background-color css

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

 a { background-color: rgb(204,141,28); }

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

border-color css

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

 span { border-color: rgb(204,141,28); }

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