Html Css Color HEX #CCC109 Bird Flower

📋 copy color: '#CCC109'

red 204 ◦ green 193 ◦ blue 9

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

Shades of Bird Flower #CCC109

Tints of Bird Flower #CCC109

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.54%

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

R = 50.25%
G = 47.54%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCC109 (or 0xCCC109) is known color: Bird Flower. HEX triplet: CC, C1 and 09. RGB value is (204,193,9). Sum of RGB (Red+Green+Blue) = 204+193+9=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC109 is #333EF6. Grayscale: #B0B0B0. Windows color (decimal): -3358455 or 639436. OLE color: 639436.

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

Color convert

RGB 204 193 9 -
CMYK 0 0.05 0.96 0.2
HSL 56.62º 0.92% 0.42% -
HSV(B) 56.62º 0.96% 0.8% -
XYZ 44.02 51 7.78 -
YUV 175.31 34.14 148.46 -
System Red Green Blue C M Y K H S L
Decimal 204 193 9 0 0.05 0.96 0.2 56.62 0.92 0.42
Hex CC C1 9 0 5 60 14 39 5C 2A
Octal 314 301 11 0 5 140 24 71 134 52
Binary 11001100 11000001 1001 0 101 1100000 10100 111001 1011100 101010

Color Harmonies of #CCC109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC109

Black with #CCC109

Text Example


Text Example

White with #CCC109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC109; }

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

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

background-color css

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

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

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

border-color css

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

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

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