Html Css Color HEX #CCC509 Bird Flower

📋 copy color: '#CCC509'

red 204 ◦ green 197 ◦ blue 9

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

Shades of Bird Flower #CCC509

Tints of Bird Flower #CCC509

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.05%

 BLUE value IS 9 (3.91% from 255) = 2.2%

R = 49.76%
G = 48.05%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC509 (or 0xCCC509) is known color: Bird Flower. HEX triplet: CC, C5 and 09. RGB value is (204,197,9). Sum of RGB (Red+Green+Blue) = 204+197+9=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC509 is #333AF6. Grayscale: #B2B2B2. Windows color (decimal): -3357431 or 640460. OLE color: 640460.

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

Color convert

RGB 204 197 9 -
CMYK 0 0.03 0.96 0.2
HSL 57.85º 0.92% 0.42% -
HSV(B) 57.85º 0.96% 0.8% -
XYZ 44.92 52.79 8.08 -
YUV 177.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 204 197 9 0 0.03 0.96 0.2 57.85 0.92 0.42
Hex CC C5 9 0 3 60 14 3A 5C 2A
Octal 314 305 11 0 3 140 24 72 134 52
Binary 11001100 11000101 1001 0 11 1100000 10100 111010 1011100 101010

Color Harmonies of #CCC509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC509

Black with #CCC509

Text Example


Text Example

White with #CCC509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC509; }

 p { color: rgb(204,197,9); }

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

background-color css

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

 a { background-color: rgb(204,197,9); }

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

border-color css

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

 span { border-color: rgb(204,197,9); }

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