Html Css Color HEX #CCC314 Bird Flower

📋 copy color: '#CCC314'

red 204 ◦ green 195 ◦ blue 20

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

Shades of Bird Flower #CCC314

Tints of Bird Flower #CCC314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.54%

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

R = 48.69%
G = 46.54%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCC314 (or 0xCCC314) is known color: Bird Flower. HEX triplet: CC, C3 and 14. RGB value is (204,195,20). Sum of RGB (Red+Green+Blue) = 204+195+20=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC314 is #333CEB. Grayscale: #B2B2B2. Windows color (decimal): -3357932 or 1360844. OLE color: 1360844.

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

Color convert

RGB 204 195 20 -
CMYK 0 0.04 0.90 0.2
HSL 57.07º 0.82% 0.44% -
HSV(B) 57.07º 0.9% 0.8% -
XYZ 44.54 51.92 8.34 -
YUV 177.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 204 195 20 0 0.04 0.90 0.2 57.07 0.82 0.44
Hex CC C3 14 0 4 5A 14 39 52 2C
Octal 314 303 24 0 4 132 24 71 122 54
Binary 11001100 11000011 10100 0 100 1011010 10100 111001 1010010 101100

Color Harmonies of #CCC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC314

Black with #CCC314

Text Example


Text Example

White with #CCC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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