Html Css Color HEX #CCC507 Bird Flower

📋 copy color: '#CCC507'

red 204 ◦ green 197 ◦ blue 7

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

Shades of Bird Flower #CCC507

Tints of Bird Flower #CCC507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.28%

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

R = 50%
G = 48.28%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCC507 (or 0xCCC507) is known color: Bird Flower. HEX triplet: CC, C5 and 07. RGB value is (204,197,7). Sum of RGB (Red+Green+Blue) = 204+197+7=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC507 is #333AF8. Grayscale: #B2B2B2. Windows color (decimal): -3357433 or 509388. OLE color: 509388.

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

Color convert

RGB 204 197 7 -
CMYK 0 0.03 0.97 0.2
HSL 57.87º 0.93% 0.41% -
HSV(B) 57.87º 0.97% 0.8% -
XYZ 44.91 52.79 8.02 -
YUV 177.43 31.82 146.95 -
System Red Green Blue C M Y K H S L
Decimal 204 197 7 0 0.03 0.97 0.2 57.87 0.93 0.41
Hex CC C5 7 0 3 61 14 3A 5D 29
Octal 314 305 7 0 3 141 24 72 135 51
Binary 11001100 11000101 111 0 11 1100001 10100 111010 1011101 101001

Color Harmonies of #CCC507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC507

Black with #CCC507

Text Example


Text Example

White with #CCC507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC507; }

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

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

background-color css

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

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

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

border-color css

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

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

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