Html Css Color HEX #CCC118 Bird Flower

📋 copy color: '#CCC118'

red 204 ◦ green 193 ◦ blue 24

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

Shades of Bird Flower #CCC118

Tints of Bird Flower #CCC118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 48.46%
G = 45.84%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCC118 (or 0xCCC118) is known color: Bird Flower. HEX triplet: CC, C1 and 18. RGB value is (204,193,24). Sum of RGB (Red+Green+Blue) = 204+193+24=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC118 is #333EE7. Grayscale: #B1B1B1. Windows color (decimal): -3358440 or 1622476. OLE color: 1622476.

HSL color Cylindrical-coordinate representation of color #CCC118: hue angle of 56.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCC118 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 24 -
CMYK 0 0.05 0.88 0.2
HSL 56.33º 0.79% 0.45% -
HSV(B) 56.33º 0.88% 0.8% -
XYZ 44.14 51.04 8.39 -
YUV 177.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 204 193 24 0 0.05 0.88 0.2 56.33 0.79 0.45
Hex CC C1 18 0 5 58 14 38 4F 2D
Octal 314 301 30 0 5 130 24 70 117 55
Binary 11001100 11000001 11000 0 101 1011000 10100 111000 1001111 101101

Color Harmonies of #CCC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC118

Black with #CCC118

Text Example


Text Example

White with #CCC118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC118; }

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

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

background-color css

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

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

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

border-color css

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

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

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