Html Css Color HEX #CCC503 Bird Flower

📋 copy color: '#CCC503'

red 204 ◦ green 197 ◦ blue 3

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

Shades of Bird Flower #CCC503

Tints of Bird Flower #CCC503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 50.5%
G = 48.76%
B = 0.74%

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

#CCC503 (or 0xCCC503) is known color: Bird Flower. HEX triplet: CC, C5 and 03. RGB value is (204,197,3). Sum of RGB (Red+Green+Blue) = 204+197+3=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC503 is #333AFC. Grayscale: #B1B1B1. Windows color (decimal): -3357437 or 247244. OLE color: 247244.

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

Color convert

RGB 204 197 3 -
CMYK 0 0.03 0.99 0.2
HSL 57.91º 0.97% 0.41% -
HSV(B) 57.91º 0.99% 0.8% -
XYZ 44.88 52.78 7.91 -
YUV 176.98 29.82 147.27 -
System Red Green Blue C M Y K H S L
Decimal 204 197 3 0 0.03 0.99 0.2 57.91 0.97 0.41
Hex CC C5 3 0 3 63 14 3A 61 29
Octal 314 305 3 0 3 143 24 72 141 51
Binary 11001100 11000101 11 0 11 1100011 10100 111010 1100001 101001

Color Harmonies of #CCC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC503

Black with #CCC503

Text Example


Text Example

White with #CCC503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC503; }

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

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

background-color css

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

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

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

border-color css

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

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

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