Html Css Color HEX #CCC803 Bird Flower

📋 copy color: '#CCC803'

red 204 ◦ green 200 ◦ blue 3

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

Shades of Bird Flower #CCC803

Tints of Bird Flower #CCC803

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.14%

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

R = 50.12%
G = 49.14%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCC803 (or 0xCCC803) is known color: Bird Flower. HEX triplet: CC, C8 and 03. RGB value is (204,200,3). Sum of RGB (Red+Green+Blue) = 204+200+3=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC803 is #3337FC. Grayscale: #B3B3B3. Windows color (decimal): -3356669 or 248012. OLE color: 248012.

HSL color Cylindrical-coordinate representation of color #CCC803: hue angle of 58.81º 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 #CCC803 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 3 -
CMYK 0 0.02 0.99 0.2
HSL 58.81º 0.97% 0.41% -
HSV(B) 58.81º 0.99% 0.8% -
XYZ 45.57 54.15 8.14 -
YUV 178.74 28.83 146.02 -
System Red Green Blue C M Y K H S L
Decimal 204 200 3 0 0.02 0.99 0.2 58.81 0.97 0.41
Hex CC C8 3 0 2 63 14 3B 61 29
Octal 314 310 3 0 2 143 24 73 141 51
Binary 11001100 11001000 11 0 10 1100011 10100 111011 1100001 101001

Color Harmonies of #CCC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC803

Black with #CCC803

Text Example


Text Example

White with #CCC803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC803; }

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

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

background-color css

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

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

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

border-color css

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

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

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