Html Css Color HEX #C8B011 Bird Flower

📋 copy color: '#C8B011'

red 200 ◦ green 176 ◦ blue 17

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

Shades of Bird Flower #C8B011

Tints of Bird Flower #C8B011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.78%

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

R = 50.89%
G = 44.78%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8B011 (or 0xC8B011) is known color: Bird Flower. HEX triplet: C8, B0 and 11. RGB value is (200,176,17). Sum of RGB (Red+Green+Blue) = 200+176+17=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B011 is #374FEE. Grayscale: #A5A5A5. Windows color (decimal): -3624943 or 1159368. OLE color: 1159368.

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

Color convert

RGB 200 176 17 -
CMYK 0 0.12 0.92 0.22
HSL 52.13º 0.84% 0.43% -
HSV(B) 52.13º 0.92% 0.78% -
XYZ 39.45 43.37 6.82 -
YUV 165.05 44.45 152.93 -
System Red Green Blue C M Y K H S L
Decimal 200 176 17 0 0.12 0.92 0.22 52.13 0.84 0.43
Hex C8 B0 11 0 C 5C 16 34 54 2B
Octal 310 260 21 0 14 134 26 64 124 53
Binary 11001000 10110000 10001 0 1100 1011100 10110 110100 1010100 101011

Color Harmonies of #C8B011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B011

Black with #C8B011

Text Example


Text Example

White with #C8B011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B011; }

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

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

background-color css

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

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

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

border-color css

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

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

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