Html Css Color HEX #CCC714 Bird Flower

📋 copy color: '#CCC714'

red 204 ◦ green 199 ◦ blue 20

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

Shades of Bird Flower #CCC714

Tints of Bird Flower #CCC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

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

R = 48.23%
G = 47.04%
B = 4.73%

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

#CCC714 (or 0xCCC714) is known color: Bird Flower. HEX triplet: CC, C7 and 14. RGB value is (204,199,20). Sum of RGB (Red+Green+Blue) = 204+199+20=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC714 is #3338EB. Grayscale: #B4B4B4. Windows color (decimal): -3356908 or 1361868. OLE color: 1361868.

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

Color convert

RGB 204 199 20 -
CMYK 0 0.02 0.90 0.2
HSL 58.37º 0.82% 0.44% -
HSV(B) 58.37º 0.9% 0.8% -
XYZ 45.45 53.73 8.64 -
YUV 180.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 204 199 20 0 0.02 0.90 0.2 58.37 0.82 0.44
Hex CC C7 14 0 2 5A 14 3A 52 2C
Octal 314 307 24 0 2 132 24 72 122 54
Binary 11001100 11000111 10100 0 10 1011010 10100 111010 1010010 101100

Color Harmonies of #CCC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC714

Black with #CCC714

Text Example


Text Example

White with #CCC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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