Html Css Color HEX #CCC403 Bird Flower

📋 copy color: '#CCC403'

red 204 ◦ green 196 ◦ blue 3

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

Shades of Bird Flower #CCC403

Tints of Bird Flower #CCC403

RGB

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

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

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

R = 50.62%
G = 48.64%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCC403 (or 0xCCC403) is known color: Bird Flower. HEX triplet: CC, C4 and 03. RGB value is (204,196,3). Sum of RGB (Red+Green+Blue) = 204+196+3=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC403 is #333BFC. Grayscale: #B1B1B1. Windows color (decimal): -3357693 or 246988. OLE color: 246988.

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

Color convert

RGB 204 196 3 -
CMYK 0 0.04 0.99 0.2
HSL 57.61º 0.97% 0.41% -
HSV(B) 57.61º 0.99% 0.8% -
XYZ 44.66 52.32 7.83 -
YUV 176.39 30.15 147.69 -
System Red Green Blue C M Y K H S L
Decimal 204 196 3 0 0.04 0.99 0.2 57.61 0.97 0.41
Hex CC C4 3 0 4 63 14 3A 61 29
Octal 314 304 3 0 4 143 24 72 141 51
Binary 11001100 11000100 11 0 100 1100011 10100 111010 1100001 101001

Color Harmonies of #CCC403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC403

Black with #CCC403

Text Example


Text Example

White with #CCC403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC403; }

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

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

background-color css

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

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

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

border-color css

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

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

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