Html Css Color HEX #CCC018 Bird Flower

📋 copy color: '#CCC018'

red 204 ◦ green 192 ◦ blue 24

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

Shades of Bird Flower #CCC018

Tints of Bird Flower #CCC018

RGB

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

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

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

R = 48.57%
G = 45.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCC018 (or 0xCCC018) is known color: Bird Flower. HEX triplet: CC, C0 and 18. RGB value is (204,192,24). Sum of RGB (Red+Green+Blue) = 204+192+24=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC018 is #333FE7. Grayscale: #B1B1B1. Windows color (decimal): -3358696 or 1622220. OLE color: 1622220.

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

Color convert

RGB 204 192 24 -
CMYK 0 0.06 0.88 0.2
HSL 56º 0.79% 0.45% -
HSV(B) 56º 0.88% 0.8% -
XYZ 43.92 50.6 8.32 -
YUV 176.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 204 192 24 0 0.06 0.88 0.2 56 0.79 0.45
Hex CC C0 18 0 6 58 14 38 4F 2D
Octal 314 300 30 0 6 130 24 70 117 55
Binary 11001100 11000000 11000 0 110 1011000 10100 111000 1001111 101101

Color Harmonies of #CCC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC018

Black with #CCC018

Text Example


Text Example

White with #CCC018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC018; }

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

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

background-color css

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

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

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

border-color css

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

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

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