Html Css Color HEX #CC8C1D Buttercup

📋 copy color: '#CC8C1D'

red 204 ◦ green 140 ◦ blue 29

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

Shades of Buttercup #CC8C1D

Tints of Buttercup #CC8C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

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

R = 54.69%
G = 37.53%
B = 7.77%

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

#CC8C1D (or 0xCC8C1D) is known color: Buttercup. HEX triplet: CC, 8C and 1D. RGB value is (204,140,29). Sum of RGB (Red+Green+Blue) = 204+140+29=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C1D is #3373E2. Grayscale: #929292. Windows color (decimal): -3372003 or 1936588. OLE color: 1936588.

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

Color convert

RGB 204 140 29 -
CMYK 0 0.31 0.86 0.2
HSL 38.06º 0.75% 0.46% -
HSV(B) 38.06º 0.86% 0.8% -
XYZ 34.5 31.68 5.46 -
YUV 146.48 61.7 169.03 -
System Red Green Blue C M Y K H S L
Decimal 204 140 29 0 0.31 0.86 0.2 38.06 0.75 0.46
Hex CC 8C 1D 0 1F 56 14 26 4B 2E
Octal 314 214 35 0 37 126 24 46 113 56
Binary 11001100 10001100 11101 0 11111 1010110 10100 100110 1001011 101110

Color Harmonies of #CC8C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C1D

Black with #CC8C1D

Text Example


Text Example

White with #CC8C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C1D; }

 p { color: rgb(204,140,29); }

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

background-color css

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

 a { background-color: rgb(204,140,29); }

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

border-color css

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

 span { border-color: rgb(204,140,29); }

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