Html Css Color HEX #CCC701 Bird Flower

📋 copy color: '#CCC701'

red 204 ◦ green 199 ◦ blue 1

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

Shades of Bird Flower #CCC701

Tints of Bird Flower #CCC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.26%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 50.5%
G = 49.26%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCC701 (or 0xCCC701) is known color: Bird Flower. HEX triplet: CC, C7 and 01. RGB value is (204,199,1). Sum of RGB (Red+Green+Blue) = 204+199+1=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC701 is #3338FE. Grayscale: #B2B2B2. Windows color (decimal): -3356927 or 116684. OLE color: 116684.

HSL color Cylindrical-coordinate representation of color #CCC701: hue angle of 58.52º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCC701 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 1 -
CMYK 0 0.02 1.00 0.2
HSL 58.52º 0.99% 0.4% -
HSV(B) 58.52º 1% 0.8% -
XYZ 45.33 53.69 8 -
YUV 177.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 204 199 1 0 0.02 1.00 0.2 58.52 0.99 0.4
Hex CC C7 1 0 2 64 14 3B 63 28
Octal 314 307 1 0 2 144 24 73 143 50
Binary 11001100 11000111 1 0 10 1100100 10100 111011 1100011 101000

Color Harmonies of #CCC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC701

Black with #CCC701

Text Example


Text Example

White with #CCC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC701; }

 p { color: rgb(204,199,1); }

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

background-color css

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

 a { background-color: rgb(204,199,1); }

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

border-color css

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

 span { border-color: rgb(204,199,1); }

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