Html Css Color HEX #CCC609 Bird Flower

📋 copy color: '#CCC609'

red 204 ◦ green 198 ◦ blue 9

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

Shades of Bird Flower #CCC609

Tints of Bird Flower #CCC609

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.18%

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

R = 49.64%
G = 48.18%
B = 2.19%

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

#CCC609 (or 0xCCC609) is known color: Bird Flower. HEX triplet: CC, C6 and 09. RGB value is (204,198,9). Sum of RGB (Red+Green+Blue) = 204+198+9=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC609 is #3339F6. Grayscale: #B3B3B3. Windows color (decimal): -3357175 or 640716. OLE color: 640716.

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

Color convert

RGB 204 198 9 -
CMYK 0 0.03 0.96 0.2
HSL 58.15º 0.92% 0.42% -
HSV(B) 58.15º 0.96% 0.8% -
XYZ 45.15 53.25 8.16 -
YUV 178.25 32.49 146.37 -
System Red Green Blue C M Y K H S L
Decimal 204 198 9 0 0.03 0.96 0.2 58.15 0.92 0.42
Hex CC C6 9 0 3 60 14 3A 5C 2A
Octal 314 306 11 0 3 140 24 72 134 52
Binary 11001100 11000110 1001 0 11 1100000 10100 111010 1011100 101010

Color Harmonies of #CCC609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC609

Black with #CCC609

Text Example


Text Example

White with #CCC609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC609; }

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

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

background-color css

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

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

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

border-color css

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

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

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