Html Css Color HEX #C7B70C Bird Flower

📋 copy color: '#C7B70C'

red 199 ◦ green 183 ◦ blue 12

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

Shades of Bird Flower #C7B70C

Tints of Bird Flower #C7B70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 50.51%
G = 46.45%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7B70C (or 0xC7B70C) is known color: Bird Flower. HEX triplet: C7, B7 and 0C. RGB value is (199,183,12). Sum of RGB (Red+Green+Blue) = 199+183+12=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B70C is #3848F3. Grayscale: #A8A8A8. Windows color (decimal): -3688692 or 833479. OLE color: 833479.

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

Color convert

RGB 199 183 12 -
CMYK 0 0.08 0.94 0.22
HSL 54.87º 0.89% 0.41% -
HSV(B) 54.87º 0.94% 0.78% -
XYZ 40.55 46.04 7.1 -
YUV 168.29 39.8 149.9 -
System Red Green Blue C M Y K H S L
Decimal 199 183 12 0 0.08 0.94 0.22 54.87 0.89 0.41
Hex C7 B7 C 0 8 5E 16 37 59 29
Octal 307 267 14 0 10 136 26 67 131 51
Binary 11000111 10110111 1100 0 1000 1011110 10110 110111 1011001 101001

Color Harmonies of #C7B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B70C

Black with #C7B70C

Text Example


Text Example

White with #C7B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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