Html Css Color HEX #C8AD11 Bird Flower

📋 copy color: '#C8AD11'

red 200 ◦ green 173 ◦ blue 17

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

Shades of Bird Flower #C8AD11

Tints of Bird Flower #C8AD11

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 17 (7.03% from 255) = 4.36%

R = 51.28%
G = 44.36%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8AD11 (or 0xC8AD11) is known color: Bird Flower. HEX triplet: C8, AD and 11. RGB value is (200,173,17). Sum of RGB (Red+Green+Blue) = 200+173+17=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AD11 is #3752EE. Grayscale: #A3A3A3. Windows color (decimal): -3625711 or 1158600. OLE color: 1158600.

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

Color convert

RGB 200 173 17 -
CMYK 0 0.14 0.92 0.22
HSL 51.15º 0.84% 0.43% -
HSV(B) 51.15º 0.92% 0.78% -
XYZ 38.86 42.21 6.63 -
YUV 163.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 200 173 17 0 0.14 0.92 0.22 51.15 0.84 0.43
Hex C8 AD 11 0 E 5C 16 33 54 2B
Octal 310 255 21 0 16 134 26 63 124 53
Binary 11001000 10101101 10001 0 1110 1011100 10110 110011 1010100 101011

Color Harmonies of #C8AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD11

Black with #C8AD11

Text Example


Text Example

White with #C8AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD11; }

 p { color: rgb(200,173,17); }

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

background-color css

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

 a { background-color: rgb(200,173,17); }

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

border-color css

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

 span { border-color: rgb(200,173,17); }

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