Html Css Color HEX #C7BD11 Bird Flower

📋 copy color: '#C7BD11'

red 199 ◦ green 189 ◦ blue 17

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

Shades of Bird Flower #C7BD11

Tints of Bird Flower #C7BD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.2%

R = 49.14%
G = 46.67%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7BD11 (or 0xC7BD11) is known color: Bird Flower. HEX triplet: C7, BD and 11. RGB value is (199,189,17). Sum of RGB (Red+Green+Blue) = 199+189+17=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BD11 is #3842EE. Grayscale: #ADADAD. Windows color (decimal): -3687151 or 1162695. OLE color: 1162695.

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

Color convert

RGB 199 189 17 -
CMYK 0 0.05 0.91 0.22
HSL 56.7º 0.84% 0.42% -
HSV(B) 56.7º 0.91% 0.78% -
XYZ 41.85 48.58 7.7 -
YUV 172.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 199 189 17 0 0.05 0.91 0.22 56.7 0.84 0.42
Hex C7 BD 11 0 5 5B 16 39 54 2A
Octal 307 275 21 0 5 133 26 71 124 52
Binary 11000111 10111101 10001 0 101 1011011 10110 111001 1010100 101010

Color Harmonies of #C7BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD11

Black with #C7BD11

Text Example


Text Example

White with #C7BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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