Html Css Color HEX #CCC918 Bird Flower

📋 copy color: '#CCC918'

red 204 ◦ green 201 ◦ blue 24

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

Shades of Bird Flower #CCC918

Tints of Bird Flower #CCC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.85%

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

R = 47.55%
G = 46.85%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCC918 (or 0xCCC918) is known color: Bird Flower. HEX triplet: CC, C9 and 18. RGB value is (204,201,24). Sum of RGB (Red+Green+Blue) = 204+201+24=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC918 is #3336E7. Grayscale: #B6B6B6. Windows color (decimal): -3356392 or 1624524. OLE color: 1624524.

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

Color convert

RGB 204 201 24 -
CMYK 0 0.01 0.88 0.2
HSL 59º 0.79% 0.45% -
HSV(B) 59º 0.88% 0.8% -
XYZ 45.95 54.68 9 -
YUV 181.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 204 201 24 0 0.01 0.88 0.2 59 0.79 0.45
Hex CC C9 18 0 1 58 14 3B 4F 2D
Octal 314 311 30 0 1 130 24 73 117 55
Binary 11001100 11001001 11000 0 1 1011000 10100 111011 1001111 101101

Color Harmonies of #CCC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC918

Black with #CCC918

Text Example


Text Example

White with #CCC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC918; }

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

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

background-color css

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

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

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

border-color css

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

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

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