#C7BD1C

Color #C7BD1C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C7BD1C

Tints of Bird Flower #C7BD1C

Color information

#C7BD1C (or 0xC7BD1C) is unknown color: approx Bird Flower. HEX triplet: C7, BD and 1C. RGB value is (199,189,28). Sum of RGB (Red+Green+Blue) = 199+189+28=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD1C is #3842E3. Grayscale: #AEAEAE. Windows color (decimal): -3687140 or 1883591. OLE color: 1883591.

HSL color Cylindrical-coordinate representation of color #C7BD1C: hue angle of 56.49º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7BD1C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19918928-
CMYK00.050.860.22
HSL56.49º75.33%44.51%-
HSV(B)56.49º85.93%78.04%-
XYZ41.9648.628.27-
YUV173.6445.81146.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 189 (74.22% from 255) = 45.43%
BLUE value IS 28 (11.33% from 255) = 6.73%
R=47.84%
G=45.43%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991892800.050.860.2256.4975.3344.51
HexC7BD1C055616384b2d
Octal3072753405126267011355
Binary11000111101111011110001011010110101101110001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BD1C; }

 p { color: rgb(199,189,28); }

 H1.HeaderClassName
 {
   color: #C7BD1C;
 }
 .AnyTagClassName
 {
   color: #C7BD1C;
 }
</style>
background-color css

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

 a { background-color: rgb(199,189,28); }

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

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

 span { border-color: rgb(199,189,28); }

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