Html Css Color HEX #CCC40E Bird Flower

📋 copy color: '#CCC40E'

red 204 ◦ green 196 ◦ blue 14

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

Shades of Bird Flower #CCC40E

Tints of Bird Flower #CCC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

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

R = 49.28%
G = 47.34%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCC40E (or 0xCCC40E) is known color: Bird Flower. HEX triplet: CC, C4 and 0E. RGB value is (204,196,14). Sum of RGB (Red+Green+Blue) = 204+196+14=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC40E is #333BF1. Grayscale: #B2B2B2. Windows color (decimal): -3357682 or 967884. OLE color: 967884.

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

Color convert

RGB 204 196 14 -
CMYK 0 0.04 0.93 0.2
HSL 57.47º 0.87% 0.43% -
HSV(B) 57.47º 0.93% 0.8% -
XYZ 44.72 52.35 8.16 -
YUV 177.64 35.65 146.8 -
System Red Green Blue C M Y K H S L
Decimal 204 196 14 0 0.04 0.93 0.2 57.47 0.87 0.43
Hex CC C4 E 0 4 5D 14 39 57 2B
Octal 314 304 16 0 4 135 24 71 127 53
Binary 11001100 11000100 1110 0 100 1011101 10100 111001 1010111 101011

Color Harmonies of #CCC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC40E

Black with #CCC40E

Text Example


Text Example

White with #CCC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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