Html Css Color HEX #CCC514 Bird Flower

📋 copy color: '#CCC514'

red 204 ◦ green 197 ◦ blue 20

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

Shades of Bird Flower #CCC514

Tints of Bird Flower #CCC514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 48.46%
G = 46.79%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCC514 (or 0xCCC514) is known color: Bird Flower. HEX triplet: CC, C5 and 14. RGB value is (204,197,20). Sum of RGB (Red+Green+Blue) = 204+197+20=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC514 is #333AEB. Grayscale: #B3B3B3. Windows color (decimal): -3357420 or 1361356. OLE color: 1361356.

HSL color Cylindrical-coordinate representation of color #CCC514: hue angle of 57.72º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCC514 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 20 -
CMYK 0 0.03 0.90 0.2
HSL 57.72º 0.82% 0.44% -
HSV(B) 57.72º 0.9% 0.8% -
XYZ 44.99 52.82 8.49 -
YUV 178.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 204 197 20 0 0.03 0.90 0.2 57.72 0.82 0.44
Hex CC C5 14 0 3 5A 14 3A 52 2C
Octal 314 305 24 0 3 132 24 72 122 54
Binary 11001100 11000101 10100 0 11 1011010 10100 111010 1010010 101100

Color Harmonies of #CCC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC514

Black with #CCC514

Text Example


Text Example

White with #CCC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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