Html Css Color HEX #C7BD10 Bird Flower

📋 copy color: '#C7BD10'

red 199 ◦ green 189 ◦ blue 16

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

Shades of Bird Flower #C7BD10

Tints of Bird Flower #C7BD10

RGB

 RED value IS 199 (78.13% from 255) = 49.26%

 GREEN value IS 189 (74.22% from 255) = 46.78%

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 49.26%
G = 46.78%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7BD10 (or 0xC7BD10) is known color: Bird Flower. HEX triplet: C7, BD and 10. RGB value is (199,189,16). Sum of RGB (Red+Green+Blue) = 199+189+16=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BD10 is #3842EF. Grayscale: #ACACAC. Windows color (decimal): -3687152 or 1097159. OLE color: 1097159.

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

Color convert

RGB 199 189 16 -
CMYK 0 0.05 0.92 0.22
HSL 56.72º 0.85% 0.42% -
HSV(B) 56.72º 0.92% 0.78% -
XYZ 41.84 48.57 7.66 -
YUV 172.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 199 189 16 0 0.05 0.92 0.22 56.72 0.85 0.42
Hex C7 BD 10 0 5 5C 16 39 55 2A
Octal 307 275 20 0 5 134 26 71 125 52
Binary 11000111 10111101 10000 0 101 1011100 10110 111001 1010101 101010

Color Harmonies of #C7BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD10

Black with #C7BD10

Text Example


Text Example

White with #C7BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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