Html Css Color HEX #C7B917 Bird Flower

📋 copy color: '#C7B917'

red 199 ◦ green 185 ◦ blue 23

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

Shades of Bird Flower #C7B917

Tints of Bird Flower #C7B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

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

R = 48.89%
G = 45.45%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7B917 (or 0xC7B917) is known color: Bird Flower. HEX triplet: C7, B9 and 17. RGB value is (199,185,23). Sum of RGB (Red+Green+Blue) = 199+185+23=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B917 is #3846E8. Grayscale: #ABABAB. Windows color (decimal): -3688169 or 1554887. OLE color: 1554887.

HSL color Cylindrical-coordinate representation of color #C7B917: hue angle of 55.23º 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 #C7B917 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 23 -
CMYK 0 0.07 0.88 0.22
HSL 55.23º 0.79% 0.44% -
HSV(B) 55.23º 0.88% 0.78% -
XYZ 41.06 46.9 7.7 -
YUV 170.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 199 185 23 0 0.07 0.88 0.22 55.23 0.79 0.44
Hex C7 B9 17 0 7 58 16 37 4F 2C
Octal 307 271 27 0 7 130 26 67 117 54
Binary 11000111 10111001 10111 0 111 1011000 10110 110111 1001111 101100

Color Harmonies of #C7B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B917

Black with #C7B917

Text Example


Text Example

White with #C7B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B917; }

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

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

background-color css

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

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

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

border-color css

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

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

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