Html Css Color HEX #C7B017 Bird Flower

📋 copy color: '#C7B017'

red 199 ◦ green 176 ◦ blue 23

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

Shades of Bird Flower #C7B017

Tints of Bird Flower #C7B017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

 BLUE value IS 23 (9.38% from 255) = 5.78%

R = 50%
G = 44.22%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7B017 (or 0xC7B017) is known color: Bird Flower. HEX triplet: C7, B0 and 17. RGB value is (199,176,23). Sum of RGB (Red+Green+Blue) = 199+176+23=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B017 is #384FE8. Grayscale: #A6A6A6. Windows color (decimal): -3690473 or 1552583. OLE color: 1552583.

HSL color Cylindrical-coordinate representation of color #C7B017: hue angle of 52.16º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7B017 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 23 -
CMYK 0 0.12 0.88 0.22
HSL 52.16º 0.79% 0.44% -
HSV(B) 52.16º 0.88% 0.78% -
XYZ 39.23 43.25 7.09 -
YUV 165.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 199 176 23 0 0.12 0.88 0.22 52.16 0.79 0.44
Hex C7 B0 17 0 C 58 16 34 4F 2C
Octal 307 260 27 0 14 130 26 64 117 54
Binary 11000111 10110000 10111 0 1100 1011000 10110 110100 1001111 101100

Color Harmonies of #C7B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B017

Black with #C7B017

Text Example


Text Example

White with #C7B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B017; }

 p { color: rgb(199,176,23); }

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

background-color css

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

 a { background-color: rgb(199,176,23); }

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

border-color css

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

 span { border-color: rgb(199,176,23); }

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