Html Css Color HEX #CCC418 Bird Flower

📋 copy color: '#CCC418'

red 204 ◦ green 196 ◦ blue 24

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

Shades of Bird Flower #CCC418

Tints of Bird Flower #CCC418

RGB

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

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

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

R = 48.11%
G = 46.23%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCC418 (or 0xCCC418) is known color: Bird Flower. HEX triplet: CC, C4 and 18. RGB value is (204,196,24). Sum of RGB (Red+Green+Blue) = 204+196+24=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC418 is #333BE7. Grayscale: #B3B3B3. Windows color (decimal): -3357672 or 1623244. OLE color: 1623244.

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

Color convert

RGB 204 196 24 -
CMYK 0 0.04 0.88 0.2
HSL 57.33º 0.79% 0.45% -
HSV(B) 57.33º 0.88% 0.8% -
XYZ 44.81 52.38 8.61 -
YUV 178.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 204 196 24 0 0.04 0.88 0.2 57.33 0.79 0.45
Hex CC C4 18 0 4 58 14 39 4F 2D
Octal 314 304 30 0 4 130 24 71 117 55
Binary 11001100 11000100 11000 0 100 1011000 10100 111001 1001111 101101

Color Harmonies of #CCC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC418

Black with #CCC418

Text Example


Text Example

White with #CCC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC418; }

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

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

background-color css

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

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

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

border-color css

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

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

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