Html Css Color HEX #C8B321 Bird Flower

📋 copy color: '#C8B321'

red 200 ◦ green 179 ◦ blue 33

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

Shades of Bird Flower #C8B321

Tints of Bird Flower #C8B321

RGB

 RED value IS 200 (78.52% from 255) = 48.54%

 GREEN value IS 179 (70.31% from 255) = 43.45%

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

R = 48.54%
G = 43.45%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8B321 (or 0xC8B321) is known color: Bird Flower. HEX triplet: C8, B3 and 21. RGB value is (200,179,33). Sum of RGB (Red+Green+Blue) = 200+179+33=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B321 is #374CDE. Grayscale: #A9A9A9. Windows color (decimal): -3624159 or 2208712. OLE color: 2208712.

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

Color convert

RGB 200 179 33 -
CMYK 0 0.10 0.84 0.22
HSL 52.46º 0.72% 0.46% -
HSV(B) 52.46º 0.84% 0.78% -
XYZ 40.21 44.63 7.93 -
YUV 168.64 51.46 150.37 -
System Red Green Blue C M Y K H S L
Decimal 200 179 33 0 0.10 0.84 0.22 52.46 0.72 0.46
Hex C8 B3 21 0 A 54 16 34 48 2E
Octal 310 263 41 0 12 124 26 64 110 56
Binary 11001000 10110011 100001 0 1010 1010100 10110 110100 1001000 101110

Color Harmonies of #C8B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B321

Black with #C8B321

Text Example


Text Example

White with #C8B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B321; }

 p { color: rgb(200,179,33); }

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

background-color css

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

 a { background-color: rgb(200,179,33); }

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

border-color css

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

 span { border-color: rgb(200,179,33); }

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