Html Css Color HEX #C8B914 Bird Flower

📋 copy color: '#C8B914'

red 200 ◦ green 185 ◦ blue 20

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

Shades of Bird Flower #C8B914

Tints of Bird Flower #C8B914

RGB

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

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

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

R = 49.38%
G = 45.68%
B = 4.94%

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

#C8B914 (or 0xC8B914) is known color: Bird Flower. HEX triplet: C8, B9 and 14. RGB value is (200,185,20). Sum of RGB (Red+Green+Blue) = 200+185+20=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B914 is #3746EB. Grayscale: #ABABAB. Windows color (decimal): -3622636 or 1358280. OLE color: 1358280.

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

Color convert

RGB 200 185 20 -
CMYK 0 0.08 0.9 0.22
HSL 55º 0.82% 0.43% -
HSV(B) 55º 0.9% 0.78% -
XYZ 41.29 47.03 7.56 -
YUV 170.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 200 185 20 0 0.08 0.9 0.22 55 0.82 0.43
Hex C8 B9 14 0 8 5A 16 37 52 2B
Octal 310 271 24 0 10 132 26 67 122 53
Binary 11001000 10111001 10100 0 1000 1011010 10110 110111 1010010 101011

Color Harmonies of #C8B914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B914

Black with #C8B914

Text Example


Text Example

White with #C8B914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B914; }

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

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

background-color css

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

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

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

border-color css

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

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

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