Html Css Color HEX #CCC50E Bird Flower

📋 copy color: '#CCC50E'

red 204 ◦ green 197 ◦ blue 14

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

Shades of Bird Flower #CCC50E

Tints of Bird Flower #CCC50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 49.16%
G = 47.47%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCC50E (or 0xCCC50E) is known color: Bird Flower. HEX triplet: CC, C5 and 0E. RGB value is (204,197,14). Sum of RGB (Red+Green+Blue) = 204+197+14=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC50E is #333AF1. Grayscale: #B2B2B2. Windows color (decimal): -3357426 or 968140. OLE color: 968140.

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

Color convert

RGB 204 197 14 -
CMYK 0 0.03 0.93 0.2
HSL 57.79º 0.87% 0.43% -
HSV(B) 57.79º 0.93% 0.8% -
XYZ 44.95 52.8 8.24 -
YUV 178.23 35.32 146.38 -
System Red Green Blue C M Y K H S L
Decimal 204 197 14 0 0.03 0.93 0.2 57.79 0.87 0.43
Hex CC C5 E 0 3 5D 14 3A 57 2B
Octal 314 305 16 0 3 135 24 72 127 53
Binary 11001100 11000101 1110 0 11 1011101 10100 111010 1010111 101011

Color Harmonies of #CCC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC50E

Black with #CCC50E

Text Example


Text Example

White with #CCC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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