Html Css Color HEX #C7B20F Bird Flower

📋 copy color: '#C7B20F'

red 199 ◦ green 178 ◦ blue 15

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

Shades of Bird Flower #C7B20F

Tints of Bird Flower #C7B20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.41%

 BLUE value IS 15 (6.25% from 255) = 3.83%

R = 50.77%
G = 45.41%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B20F (or 0xC7B20F) is known color: Bird Flower. HEX triplet: C7, B2 and 0F. RGB value is (199,178,15). Sum of RGB (Red+Green+Blue) = 199+178+15=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B20F is #384DF0. Grayscale: #A6A6A6. Windows color (decimal): -3689969 or 1028807. OLE color: 1028807.

HSL color Cylindrical-coordinate representation of color #C7B20F: hue angle of 53.15º degrees, saturation: 0.86, 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 #C7B20F is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 15 -
CMYK 0 0.11 0.92 0.22
HSL 53.15º 0.86% 0.42% -
HSV(B) 53.15º 0.92% 0.78% -
XYZ 39.56 44.02 6.86 -
YUV 165.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 199 178 15 0 0.11 0.92 0.22 53.15 0.86 0.42
Hex C7 B2 F 0 B 5C 16 35 56 2A
Octal 307 262 17 0 13 134 26 65 126 52
Binary 11000111 10110010 1111 0 1011 1011100 10110 110101 1010110 101010

Color Harmonies of #C7B20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B20F

Black with #C7B20F

Text Example


Text Example

White with #C7B20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B20F; }

 p { color: rgb(199,178,15); }

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

background-color css

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

 a { background-color: rgb(199,178,15); }

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

border-color css

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

 span { border-color: rgb(199,178,15); }

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