Html Css Color HEX #CCC304 Bird Flower

📋 copy color: '#CCC304'

red 204 ◦ green 195 ◦ blue 4

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

Shades of Bird Flower #CCC304

Tints of Bird Flower #CCC304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 50.62%
G = 48.39%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCC304 (or 0xCCC304) is known color: Bird Flower. HEX triplet: CC, C3 and 04. RGB value is (204,195,4). Sum of RGB (Red+Green+Blue) = 204+195+4=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC304 is #333CFB. Grayscale: #B0B0B0. Windows color (decimal): -3357948 or 312268. OLE color: 312268.

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

Color convert

RGB 204 195 4 -
CMYK 0 0.04 0.98 0.2
HSL 57.3º 0.96% 0.41% -
HSV(B) 57.3º 0.98% 0.8% -
XYZ 44.44 51.88 7.79 -
YUV 175.92 30.98 148.03 -
System Red Green Blue C M Y K H S L
Decimal 204 195 4 0 0.04 0.98 0.2 57.3 0.96 0.41
Hex CC C3 4 0 4 62 14 39 60 29
Octal 314 303 4 0 4 142 24 71 140 51
Binary 11001100 11000011 100 0 100 1100010 10100 111001 1100000 101001

Color Harmonies of #CCC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC304

Black with #CCC304

Text Example


Text Example

White with #CCC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC304; }

 p { color: rgb(204,195,4); }

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

background-color css

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

 a { background-color: rgb(204,195,4); }

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

border-color css

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

 span { border-color: rgb(204,195,4); }

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