Html Css Color HEX #C7B621 Bird Flower

📋 copy color: '#C7B621'

red 199 ◦ green 182 ◦ blue 33

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

Shades of Bird Flower #C7B621

Tints of Bird Flower #C7B621

RGB

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

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

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

R = 48.07%
G = 43.96%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C7B621 (or 0xC7B621) is known color: Bird Flower. HEX triplet: C7, B6 and 21. RGB value is (199,182,33). Sum of RGB (Red+Green+Blue) = 199+182+33=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B621 is #3849DE. Grayscale: #AAAAAA. Windows color (decimal): -3688927 or 2209479. OLE color: 2209479.

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

Color convert

RGB 199 182 33 -
CMYK 0 0.09 0.83 0.22
HSL 53.86º 0.72% 0.45% -
HSV(B) 53.86º 0.83% 0.78% -
XYZ 40.56 45.71 8.12 -
YUV 170.1 50.63 148.62 -
System Red Green Blue C M Y K H S L
Decimal 199 182 33 0 0.09 0.83 0.22 53.86 0.72 0.45
Hex C7 B6 21 0 9 53 16 36 48 2D
Octal 307 266 41 0 11 123 26 66 110 55
Binary 11000111 10110110 100001 0 1001 1010011 10110 110110 1001000 101101

Color Harmonies of #C7B621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B621

Black with #C7B621

Text Example


Text Example

White with #C7B621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B621; }

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

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

background-color css

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

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

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

border-color css

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

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

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