Html Css Color HEX #CCC41A Bird Flower

📋 copy color: '#CCC41A'

red 204 ◦ green 196 ◦ blue 26

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

Shades of Bird Flower #CCC41A

Tints of Bird Flower #CCC41A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.01%

 BLUE value IS 26 (10.55% from 255) = 6.1%

R = 47.89%
G = 46.01%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCC41A (or 0xCCC41A) is known color: Bird Flower. HEX triplet: CC, C4 and 1A. RGB value is (204,196,26). Sum of RGB (Red+Green+Blue) = 204+196+26=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC41A is #333BE5. Grayscale: #B3B3B3. Windows color (decimal): -3357670 or 1754316. OLE color: 1754316.

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

Color convert

RGB 204 196 26 -
CMYK 0 0.04 0.87 0.2
HSL 57.3º 0.77% 0.45% -
HSV(B) 57.3º 0.87% 0.8% -
XYZ 44.83 52.39 8.73 -
YUV 179.01 41.65 145.82 -
System Red Green Blue C M Y K H S L
Decimal 204 196 26 0 0.04 0.87 0.2 57.3 0.77 0.45
Hex CC C4 1A 0 4 57 14 39 4D 2D
Octal 314 304 32 0 4 127 24 71 115 55
Binary 11001100 11000100 11010 0 100 1010111 10100 111001 1001101 101101

Color Harmonies of #CCC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC41A

Black with #CCC41A

Text Example


Text Example

White with #CCC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC41A; }

 p { color: rgb(204,196,26); }

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

background-color css

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

 a { background-color: rgb(204,196,26); }

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

border-color css

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

 span { border-color: rgb(204,196,26); }

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