Html Css Color HEX #C8B814 Bird Flower

📋 copy color: '#C8B814'

red 200 ◦ green 184 ◦ blue 20

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

Shades of Bird Flower #C8B814

Tints of Bird Flower #C8B814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.54%

 BLUE value IS 20 (8.2% from 255) = 4.95%

R = 49.5%
G = 45.54%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C8B814 (or 0xC8B814) is known color: Bird Flower. HEX triplet: C8, B8 and 14. RGB value is (200,184,20). Sum of RGB (Red+Green+Blue) = 200+184+20=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B814 is #3747EB. Grayscale: #AAAAAA. Windows color (decimal): -3622892 or 1358024. OLE color: 1358024.

HSL color Cylindrical-coordinate representation of color #C8B814: hue angle of 54.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8B814 is Cyan = 0, Magento = 0.08, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 184 20 -
CMYK 0 0.08 0.9 0.22
HSL 54.67º 0.82% 0.43% -
HSV(B) 54.67º 0.9% 0.78% -
XYZ 41.09 46.61 7.49 -
YUV 170.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 200 184 20 0 0.08 0.9 0.22 54.67 0.82 0.43
Hex C8 B8 14 0 8 5A 16 37 52 2B
Octal 310 270 24 0 10 132 26 67 122 53
Binary 11001000 10111000 10100 0 1000 1011010 10110 110111 1010010 101011

Color Harmonies of #C8B814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B814

Black with #C8B814

Text Example


Text Example

White with #C8B814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B814; }

 p { color: rgb(200,184,20); }

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

background-color css

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

 a { background-color: rgb(200,184,20); }

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

border-color css

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

 span { border-color: rgb(200,184,20); }

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