Html Css Color HEX #C7B618 Bird Flower

📋 copy color: '#C7B618'

red 199 ◦ green 182 ◦ blue 24

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

Shades of Bird Flower #C7B618

Tints of Bird Flower #C7B618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.94%

 BLUE value IS 24 (9.77% from 255) = 5.93%

R = 49.14%
G = 44.94%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7B618 (or 0xC7B618) is known color: Bird Flower. HEX triplet: C7, B6 and 18. RGB value is (199,182,24). Sum of RGB (Red+Green+Blue) = 199+182+24=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B618 is #3849E7. Grayscale: #A9A9A9. Windows color (decimal): -3688936 or 1619655. OLE color: 1619655.

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

Color convert

RGB 199 182 24 -
CMYK 0 0.09 0.88 0.22
HSL 54.17º 0.78% 0.44% -
HSV(B) 54.17º 0.88% 0.78% -
XYZ 40.45 45.66 7.55 -
YUV 169.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 199 182 24 0 0.09 0.88 0.22 54.17 0.78 0.44
Hex C7 B6 18 0 9 58 16 36 4E 2C
Octal 307 266 30 0 11 130 26 66 116 54
Binary 11000111 10110110 11000 0 1001 1011000 10110 110110 1001110 101100

Color Harmonies of #C7B618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B618

Black with #C7B618

Text Example


Text Example

White with #C7B618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B618; }

 p { color: rgb(199,182,24); }

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

background-color css

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

 a { background-color: rgb(199,182,24); }

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

border-color css

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

 span { border-color: rgb(199,182,24); }

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