Html Css Color HEX #C3B721 Bird Flower

📋 copy color: '#C3B721'

red 195 ◦ green 183 ◦ blue 33

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

Shades of Bird Flower #C3B721

Tints of Bird Flower #C3B721

RGB

 RED value IS 195 (76.56% from 255) = 47.45%

 GREEN value IS 183 (71.88% from 255) = 44.53%

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

R = 47.45%
G = 44.53%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C3B721 (or 0xC3B721) is known color: Bird Flower. HEX triplet: C3, B7 and 21. RGB value is (195,183,33). Sum of RGB (Red+Green+Blue) = 195+183+33=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B721 is #3C48DE. Grayscale: #AAAAAA. Windows color (decimal): -3950815 or 2209731. OLE color: 2209731.

HSL color Cylindrical-coordinate representation of color #C3B721: hue angle of 55.56º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3B721 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 183 33 -
CMYK 0 0.06 0.83 0.24
HSL 55.56º 0.71% 0.45% -
HSV(B) 55.56º 0.83% 0.76% -
XYZ 39.71 45.58 8.14 -
YUV 169.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 195 183 33 0 0.06 0.83 0.24 55.56 0.71 0.45
Hex C3 B7 21 0 6 53 18 38 47 2D
Octal 303 267 41 0 6 123 30 70 107 55
Binary 11000011 10110111 100001 0 110 1010011 11000 111000 1000111 101101

Color Harmonies of #C3B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B721

Black with #C3B721

Text Example


Text Example

White with #C3B721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B721; }

 p { color: rgb(195,183,33); }

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

background-color css

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

 a { background-color: rgb(195,183,33); }

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

border-color css

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

 span { border-color: rgb(195,183,33); }

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