Html Css Color HEX #CC9020 Buttercup

📋 copy color: '#CC9020'

red 204 ◦ green 144 ◦ blue 32

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

Shades of Buttercup #CC9020

Tints of Buttercup #CC9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 53.68%
G = 37.89%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC9020 (or 0xCC9020) is known color: Buttercup. HEX triplet: CC, 90 and 20. RGB value is (204,144,32). Sum of RGB (Red+Green+Blue) = 204+144+32=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9020 is #336FDF. Grayscale: #959595. Windows color (decimal): -3370976 or 2134220. OLE color: 2134220.

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

Color convert

RGB 204 144 32 -
CMYK 0 0.29 0.84 0.2
HSL 39.07º 0.73% 0.46% -
HSV(B) 39.07º 0.84% 0.8% -
XYZ 35.14 32.89 5.86 -
YUV 149.17 61.88 167.11 -
System Red Green Blue C M Y K H S L
Decimal 204 144 32 0 0.29 0.84 0.2 39.07 0.73 0.46
Hex CC 90 20 0 1D 54 14 27 49 2E
Octal 314 220 40 0 35 124 24 47 111 56
Binary 11001100 10010000 100000 0 11101 1010100 10100 100111 1001001 101110

Color Harmonies of #CC9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9020

Black with #CC9020

Text Example


Text Example

White with #CC9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9020; }

 p { color: rgb(204,144,32); }

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

background-color css

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

 a { background-color: rgb(204,144,32); }

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

border-color css

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

 span { border-color: rgb(204,144,32); }

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