Html Css Color HEX #CCC805 Bird Flower

📋 copy color: '#CCC805'

red 204 ◦ green 200 ◦ blue 5

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

Shades of Bird Flower #CCC805

Tints of Bird Flower #CCC805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 49.88%
G = 48.9%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCC805 (or 0xCCC805) is known color: Bird Flower. HEX triplet: CC, C8 and 05. RGB value is (204,200,5). Sum of RGB (Red+Green+Blue) = 204+200+5=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC805 is #3337FA. Grayscale: #B3B3B3. Windows color (decimal): -3356667 or 379084. OLE color: 379084.

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

Color convert

RGB 204 200 5 -
CMYK 0 0.02 0.98 0.2
HSL 58.79º 0.95% 0.41% -
HSV(B) 58.79º 0.98% 0.8% -
XYZ 45.58 54.16 8.19 -
YUV 178.97 29.83 145.86 -
System Red Green Blue C M Y K H S L
Decimal 204 200 5 0 0.02 0.98 0.2 58.79 0.95 0.41
Hex CC C8 5 0 2 62 14 3B 5F 29
Octal 314 310 5 0 2 142 24 73 137 51
Binary 11001100 11001000 101 0 10 1100010 10100 111011 1011111 101001

Color Harmonies of #CCC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC805

Black with #CCC805

Text Example


Text Example

White with #CCC805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC805; }

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

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

background-color css

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

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

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

border-color css

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

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

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