Html Css Color HEX #C7B712 Bird Flower

📋 copy color: '#C7B712'

red 199 ◦ green 183 ◦ blue 18

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

Shades of Bird Flower #C7B712

Tints of Bird Flower #C7B712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.75%

 BLUE value IS 18 (7.42% from 255) = 4.5%

R = 49.75%
G = 45.75%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7B712 (or 0xC7B712) is known color: Bird Flower. HEX triplet: C7, B7 and 12. RGB value is (199,183,18). Sum of RGB (Red+Green+Blue) = 199+183+18=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B712 is #3848ED. Grayscale: #A9A9A9. Windows color (decimal): -3688686 or 1226695. OLE color: 1226695.

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

Color convert

RGB 199 183 18 -
CMYK 0 0.08 0.91 0.22
HSL 54.7º 0.83% 0.43% -
HSV(B) 54.7º 0.91% 0.78% -
XYZ 40.6 46.05 7.32 -
YUV 168.97 42.8 149.42 -
System Red Green Blue C M Y K H S L
Decimal 199 183 18 0 0.08 0.91 0.22 54.7 0.83 0.43
Hex C7 B7 12 0 8 5B 16 37 53 2B
Octal 307 267 22 0 10 133 26 67 123 53
Binary 11000111 10110111 10010 0 1000 1011011 10110 110111 1010011 101011

Color Harmonies of #C7B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B712

Black with #C7B712

Text Example


Text Example

White with #C7B712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B712; }

 p { color: rgb(199,183,18); }

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

background-color css

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

 a { background-color: rgb(199,183,18); }

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

border-color css

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

 span { border-color: rgb(199,183,18); }

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