Html Css Color HEX #CCC015 Bird Flower

📋 copy color: '#CCC015'

red 204 ◦ green 192 ◦ blue 21

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

Shades of Bird Flower #CCC015

Tints of Bird Flower #CCC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

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

R = 48.92%
G = 46.04%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCC015 (or 0xCCC015) is known color: Bird Flower. HEX triplet: CC, C0 and 15. RGB value is (204,192,21). Sum of RGB (Red+Green+Blue) = 204+192+21=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC015 is #333FEA. Grayscale: #B0B0B0. Windows color (decimal): -3358699 or 1425612. OLE color: 1425612.

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

Color convert

RGB 204 192 21 -
CMYK 0 0.06 0.90 0.2
HSL 56.07º 0.81% 0.44% -
HSV(B) 56.07º 0.9% 0.8% -
XYZ 43.89 50.59 8.16 -
YUV 176.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 204 192 21 0 0.06 0.90 0.2 56.07 0.81 0.44
Hex CC C0 15 0 6 5A 14 38 51 2C
Octal 314 300 25 0 6 132 24 70 121 54
Binary 11001100 11000000 10101 0 110 1011010 10100 111000 1010001 101100

Color Harmonies of #CCC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC015

Black with #CCC015

Text Example


Text Example

White with #CCC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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