Html Css Color HEX #CCC502 Bird Flower

📋 copy color: '#CCC502'

red 204 ◦ green 197 ◦ blue 2

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

Shades of Bird Flower #CCC502

Tints of Bird Flower #CCC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.88%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 50.62%
G = 48.88%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCC502 (or 0xCCC502) is known color: Bird Flower. HEX triplet: CC, C5 and 02. RGB value is (204,197,2). Sum of RGB (Red+Green+Blue) = 204+197+2=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC502 is #333AFD. Grayscale: #B1B1B1. Windows color (decimal): -3357438 or 181708. OLE color: 181708.

HSL color Cylindrical-coordinate representation of color #CCC502: hue angle of 57.92º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCC502 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 2 -
CMYK 0 0.03 0.99 0.2
HSL 57.92º 0.98% 0.4% -
HSV(B) 57.92º 0.99% 0.8% -
XYZ 44.88 52.77 7.88 -
YUV 176.86 29.32 147.36 -
System Red Green Blue C M Y K H S L
Decimal 204 197 2 0 0.03 0.99 0.2 57.92 0.98 0.4
Hex CC C5 2 0 3 63 14 3A 62 28
Octal 314 305 2 0 3 143 24 72 142 50
Binary 11001100 11000101 10 0 11 1100011 10100 111010 1100010 101000

Color Harmonies of #CCC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC502

Black with #CCC502

Text Example


Text Example

White with #CCC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC502; }

 p { color: rgb(204,197,2); }

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

background-color css

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

 a { background-color: rgb(204,197,2); }

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

border-color css

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

 span { border-color: rgb(204,197,2); }

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