Html Css Color HEX #CCC715 Bird Flower

📋 copy color: '#CCC715'

red 204 ◦ green 199 ◦ blue 21

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

Shades of Bird Flower #CCC715

Tints of Bird Flower #CCC715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.95%

R = 48.11%
G = 46.93%
B = 4.95%

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

#CCC715 (or 0xCCC715) is known color: Bird Flower. HEX triplet: CC, C7 and 15. RGB value is (204,199,21). Sum of RGB (Red+Green+Blue) = 204+199+21=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC715 is #3338EA. Grayscale: #B4B4B4. Windows color (decimal): -3356907 or 1427404. OLE color: 1427404.

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

Color convert

RGB 204 199 21 -
CMYK 0 0.02 0.90 0.2
HSL 58.36º 0.81% 0.44% -
HSV(B) 58.36º 0.9% 0.8% -
XYZ 45.46 53.74 8.69 -
YUV 180.2 38.16 144.97 -
System Red Green Blue C M Y K H S L
Decimal 204 199 21 0 0.02 0.90 0.2 58.36 0.81 0.44
Hex CC C7 15 0 2 5A 14 3A 51 2C
Octal 314 307 25 0 2 132 24 72 121 54
Binary 11001100 11000111 10101 0 10 1011010 10100 111010 1010001 101100

Color Harmonies of #CCC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC715

Black with #CCC715

Text Example


Text Example

White with #CCC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC715; }

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

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

background-color css

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

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

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

border-color css

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

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

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