Html Css Color HEX #CCC115 Bird Flower

📋 copy color: '#CCC115'

red 204 ◦ green 193 ◦ blue 21

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

Shades of Bird Flower #CCC115

Tints of Bird Flower #CCC115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 48.8%
G = 46.17%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCC115 (or 0xCCC115) is known color: Bird Flower. HEX triplet: CC, C1 and 15. RGB value is (204,193,21). Sum of RGB (Red+Green+Blue) = 204+193+21=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC115 is #333EEA. Grayscale: #B1B1B1. Windows color (decimal): -3358443 or 1425868. OLE color: 1425868.

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

Color convert

RGB 204 193 21 -
CMYK 0 0.05 0.90 0.2
HSL 56.39º 0.81% 0.44% -
HSV(B) 56.39º 0.9% 0.8% -
XYZ 44.11 51.03 8.23 -
YUV 176.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 204 193 21 0 0.05 0.90 0.2 56.39 0.81 0.44
Hex CC C1 15 0 5 5A 14 38 51 2C
Octal 314 301 25 0 5 132 24 70 121 54
Binary 11001100 11000001 10101 0 101 1011010 10100 111000 1010001 101100

Color Harmonies of #CCC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC115

Black with #CCC115

Text Example


Text Example

White with #CCC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC115; }

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

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

background-color css

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

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

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

border-color css

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

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

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