Html Css Color HEX #C8B71C Bird Flower

📋 copy color: '#C8B71C'

red 200 ◦ green 183 ◦ blue 28

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

Shades of Bird Flower #C8B71C

Tints of Bird Flower #C8B71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.53%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 48.66%
G = 44.53%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8B71C (or 0xC8B71C) is known color: Bird Flower. HEX triplet: C8, B7 and 1C. RGB value is (200,183,28). Sum of RGB (Red+Green+Blue) = 200+183+28=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B71C is #3748E3. Grayscale: #ABABAB. Windows color (decimal): -3623140 or 1882056. OLE color: 1882056.

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

Color convert

RGB 200 183 28 -
CMYK 0 0.08 0.86 0.22
HSL 54.07º 0.75% 0.45% -
HSV(B) 54.07º 0.86% 0.78% -
XYZ 40.96 46.23 7.86 -
YUV 170.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 200 183 28 0 0.08 0.86 0.22 54.07 0.75 0.45
Hex C8 B7 1C 0 8 56 16 36 4B 2D
Octal 310 267 34 0 10 126 26 66 113 55
Binary 11001000 10110111 11100 0 1000 1010110 10110 110110 1001011 101101

Color Harmonies of #C8B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B71C

Black with #C8B71C

Text Example


Text Example

White with #C8B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B71C; }

 p { color: rgb(200,183,28); }

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

background-color css

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

 a { background-color: rgb(200,183,28); }

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

border-color css

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

 span { border-color: rgb(200,183,28); }

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