Html Css Color HEX #CCC307 Bird Flower

📋 copy color: '#CCC307'

red 204 ◦ green 195 ◦ blue 7

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

Shades of Bird Flower #CCC307

Tints of Bird Flower #CCC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 50.25%
G = 48.03%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCC307 (or 0xCCC307) is known color: Bird Flower. HEX triplet: CC, C3 and 07. RGB value is (204,195,7). Sum of RGB (Red+Green+Blue) = 204+195+7=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC307 is #333CF8. Grayscale: #B1B1B1. Windows color (decimal): -3357945 or 508876. OLE color: 508876.

HSL color Cylindrical-coordinate representation of color #CCC307: hue angle of 57.26º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCC307 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 7 -
CMYK 0 0.04 0.97 0.2
HSL 57.26º 0.93% 0.41% -
HSV(B) 57.26º 0.97% 0.8% -
XYZ 44.46 51.88 7.87 -
YUV 176.26 32.48 147.79 -
System Red Green Blue C M Y K H S L
Decimal 204 195 7 0 0.04 0.97 0.2 57.26 0.93 0.41
Hex CC C3 7 0 4 61 14 39 5D 29
Octal 314 303 7 0 4 141 24 71 135 51
Binary 11001100 11000011 111 0 100 1100001 10100 111001 1011101 101001

Color Harmonies of #CCC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC307

Black with #CCC307

Text Example


Text Example

White with #CCC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC307; }

 p { color: rgb(204,195,7); }

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

background-color css

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

 a { background-color: rgb(204,195,7); }

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

border-color css

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

 span { border-color: rgb(204,195,7); }

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