Html Css Color HEX #CC9A28 Buttercup

📋 copy color: '#CC9A28'

red 204 ◦ green 154 ◦ blue 40

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

Shades of Buttercup #CC9A28

Tints of Buttercup #CC9A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

 BLUE value IS 40 (16.02% from 255) = 10.05%

R = 51.26%
G = 38.69%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC9A28 (or 0xCC9A28) is known color: Buttercup. HEX triplet: CC, 9A and 28. RGB value is (204,154,40). Sum of RGB (Red+Green+Blue) = 204+154+40=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A28 is #3365D7. Grayscale: #9C9C9C. Windows color (decimal): -3368408 or 2661068. OLE color: 2661068.

HSL color Cylindrical-coordinate representation of color #CC9A28: hue angle of 41.71º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC9A28 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 154 40 -
CMYK 0 0.25 0.80 0.2
HSL 41.71º 0.67% 0.48% -
HSV(B) 41.71º 0.8% 0.8% -
XYZ 36.84 36.1 7.03 -
YUV 155.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 204 154 40 0 0.25 0.80 0.2 41.71 0.67 0.48
Hex CC 9A 28 0 19 50 14 2A 43 30
Octal 314 232 50 0 31 120 24 52 103 60
Binary 11001100 10011010 101000 0 11001 1010000 10100 101010 1000011 110000

Color Harmonies of #CC9A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A28

Black with #CC9A28

Text Example


Text Example

White with #CC9A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A28; }

 p { color: rgb(204,154,40); }

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

background-color css

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

 a { background-color: rgb(204,154,40); }

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

border-color css

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

 span { border-color: rgb(204,154,40); }

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