Html Css Color HEX #CC9019 Buttercup

📋 copy color: '#CC9019'

red 204 ◦ green 144 ◦ blue 25

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

Shades of Buttercup #CC9019

Tints of Buttercup #CC9019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 54.69%
G = 38.61%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC9019 (or 0xCC9019) is known color: Buttercup. HEX triplet: CC, 90 and 19. RGB value is (204,144,25). Sum of RGB (Red+Green+Blue) = 204+144+25=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9019 is #336FE6. Grayscale: #949494. Windows color (decimal): -3370983 or 1675468. OLE color: 1675468.

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

Color convert

RGB 204 144 25 -
CMYK 0 0.29 0.88 0.2
HSL 39.89º 0.78% 0.45% -
HSV(B) 39.89º 0.88% 0.8% -
XYZ 35.05 32.85 5.41 -
YUV 148.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 204 144 25 0 0.29 0.88 0.2 39.89 0.78 0.45
Hex CC 90 19 0 1D 58 14 28 4E 2D
Octal 314 220 31 0 35 130 24 50 116 55
Binary 11001100 10010000 11001 0 11101 1011000 10100 101000 1001110 101101

Color Harmonies of #CC9019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9019

Black with #CC9019

Text Example


Text Example

White with #CC9019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9019; }

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

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

background-color css

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

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

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

border-color css

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

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

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