Html Css Color HEX #C7B921 Bird Flower

📋 copy color: '#C7B921'

red 199 ◦ green 185 ◦ blue 33

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

Shades of Bird Flower #C7B921

Tints of Bird Flower #C7B921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 47.72%
G = 44.36%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C7B921 (or 0xC7B921) is known color: Bird Flower. HEX triplet: C7, B9 and 21. RGB value is (199,185,33). Sum of RGB (Red+Green+Blue) = 199+185+33=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B921 is #3846DE. Grayscale: #ACACAC. Windows color (decimal): -3688159 or 2210247. OLE color: 2210247.

HSL color Cylindrical-coordinate representation of color #C7B921: hue angle of 54.94º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7B921 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 33 -
CMYK 0 0.07 0.83 0.22
HSL 54.94º 0.72% 0.45% -
HSV(B) 54.94º 0.83% 0.78% -
XYZ 41.18 46.95 8.33 -
YUV 171.86 49.64 147.36 -
System Red Green Blue C M Y K H S L
Decimal 199 185 33 0 0.07 0.83 0.22 54.94 0.72 0.45
Hex C7 B9 21 0 7 53 16 37 48 2D
Octal 307 271 41 0 7 123 26 67 110 55
Binary 11000111 10111001 100001 0 111 1010011 10110 110111 1001000 101101

Color Harmonies of #C7B921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B921

Black with #C7B921

Text Example


Text Example

White with #C7B921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B921; }

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

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

background-color css

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

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

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

border-color css

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

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

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