Html Css Color HEX #CCC904 Bird Flower

📋 copy color: '#CCC904'

red 204 ◦ green 201 ◦ blue 4

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

Shades of Bird Flower #CCC904

Tints of Bird Flower #CCC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.14%

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

R = 49.88%
G = 49.14%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCC904 (or 0xCCC904) is known color: Bird Flower. HEX triplet: CC, C9 and 04. RGB value is (204,201,4). Sum of RGB (Red+Green+Blue) = 204+201+4=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC904 is #3336FB. Grayscale: #B4B4B4. Windows color (decimal): -3356412 or 313804. OLE color: 313804.

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

Color convert

RGB 204 201 4 -
CMYK 0 0.01 0.98 0.2
HSL 59.1º 0.96% 0.41% -
HSV(B) 59.1º 0.98% 0.8% -
XYZ 45.81 54.62 8.24 -
YUV 179.44 28.99 145.52 -
System Red Green Blue C M Y K H S L
Decimal 204 201 4 0 0.01 0.98 0.2 59.1 0.96 0.41
Hex CC C9 4 0 1 62 14 3B 60 29
Octal 314 311 4 0 1 142 24 73 140 51
Binary 11001100 11001001 100 0 1 1100010 10100 111011 1100000 101001

Color Harmonies of #CCC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC904

Black with #CCC904

Text Example


Text Example

White with #CCC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC904; }

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

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

background-color css

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

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

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

border-color css

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

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

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