Html Css Color HEX #CCC618 Bird Flower

📋 copy color: '#CCC618'

red 204 ◦ green 198 ◦ blue 24

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

Shades of Bird Flower #CCC618

Tints of Bird Flower #CCC618

RGB

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

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

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

R = 47.89%
G = 46.48%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCC618 (or 0xCCC618) is known color: Bird Flower. HEX triplet: CC, C6 and 18. RGB value is (204,198,24). Sum of RGB (Red+Green+Blue) = 204+198+24=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC618 is #3339E7. Grayscale: #B4B4B4. Windows color (decimal): -3357160 or 1623756. OLE color: 1623756.

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

Color convert

RGB 204 198 24 -
CMYK 0 0.03 0.88 0.2
HSL 58º 0.79% 0.45% -
HSV(B) 58º 0.88% 0.8% -
XYZ 45.26 53.29 8.76 -
YUV 179.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 204 198 24 0 0.03 0.88 0.2 58 0.79 0.45
Hex CC C6 18 0 3 58 14 3A 4F 2D
Octal 314 306 30 0 3 130 24 72 117 55
Binary 11001100 11000110 11000 0 11 1011000 10100 111010 1001111 101101

Color Harmonies of #CCC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC618

Black with #CCC618

Text Example


Text Example

White with #CCC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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