Html Css Color HEX #CCC60F Bird Flower

📋 copy color: '#CCC60F'

red 204 ◦ green 198 ◦ blue 15

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

Shades of Bird Flower #CCC60F

Tints of Bird Flower #CCC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.48%

 BLUE value IS 15 (6.25% from 255) = 3.6%

R = 48.92%
G = 47.48%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCC60F (or 0xCCC60F) is known color: Bird Flower. HEX triplet: CC, C6 and 0F. RGB value is (204,198,15). Sum of RGB (Red+Green+Blue) = 204+198+15=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC60F is #3339F0. Grayscale: #B3B3B3. Windows color (decimal): -3357169 or 1033932. OLE color: 1033932.

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

Color convert

RGB 204 198 15 -
CMYK 0 0.03 0.93 0.2
HSL 58.1º 0.86% 0.43% -
HSV(B) 58.1º 0.93% 0.8% -
XYZ 45.18 53.26 8.35 -
YUV 178.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 204 198 15 0 0.03 0.93 0.2 58.1 0.86 0.43
Hex CC C6 F 0 3 5D 14 3A 56 2B
Octal 314 306 17 0 3 135 24 72 126 53
Binary 11001100 11000110 1111 0 11 1011101 10100 111010 1010110 101011

Color Harmonies of #CCC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC60F

Black with #CCC60F

Text Example


Text Example

White with #CCC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC60F; }

 p { color: rgb(204,198,15); }

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

background-color css

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

 a { background-color: rgb(204,198,15); }

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

border-color css

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

 span { border-color: rgb(204,198,15); }

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