Html Css Color HEX #CCC814 Bird Flower

📋 copy color: '#CCC814'

red 204 ◦ green 200 ◦ blue 20

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

Shades of Bird Flower #CCC814

Tints of Bird Flower #CCC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 48.11%
G = 47.17%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCC814 (or 0xCCC814) is known color: Bird Flower. HEX triplet: CC, C8 and 14. RGB value is (204,200,20). Sum of RGB (Red+Green+Blue) = 204+200+20=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC814 is #3337EB. Grayscale: #B5B5B5. Windows color (decimal): -3356652 or 1362124. OLE color: 1362124.

HSL color Cylindrical-coordinate representation of color #CCC814: hue angle of 58.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCC814 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 20 -
CMYK 0 0.02 0.90 0.2
HSL 58.7º 0.82% 0.44% -
HSV(B) 58.7º 0.9% 0.8% -
XYZ 45.68 54.2 8.72 -
YUV 180.68 37.33 144.64 -
System Red Green Blue C M Y K H S L
Decimal 204 200 20 0 0.02 0.90 0.2 58.7 0.82 0.44
Hex CC C8 14 0 2 5A 14 3B 52 2C
Octal 314 310 24 0 2 132 24 73 122 54
Binary 11001100 11001000 10100 0 10 1011010 10100 111011 1010010 101100

Color Harmonies of #CCC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC814

Black with #CCC814

Text Example


Text Example

White with #CCC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC814; }

 p { color: rgb(204,200,20); }

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

background-color css

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

 a { background-color: rgb(204,200,20); }

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

border-color css

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

 span { border-color: rgb(204,200,20); }

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