Html Css Color HEX #C8C50D Bird Flower

📋 copy color: '#C8C50D'

red 200 ◦ green 197 ◦ blue 13

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

Shades of Bird Flower #C8C50D

Tints of Bird Flower #C8C50D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.05%

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 48.78%
G = 48.05%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8C50D (or 0xC8C50D) is known color: Bird Flower. HEX triplet: C8, C5 and 0D. RGB value is (200,197,13). Sum of RGB (Red+Green+Blue) = 200+197+13=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C50D is #373AF2. Grayscale: #B1B1B1. Windows color (decimal): -3619571 or 902600. OLE color: 902600.

HSL color Cylindrical-coordinate representation of color #C8C50D: hue angle of 59.04º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8C50D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 13 -
CMYK 0 0.02 0.94 0.22
HSL 59.04º 0.88% 0.42% -
HSV(B) 59.04º 0.94% 0.78% -
XYZ 43.86 52.24 8.15 -
YUV 176.92 35.49 144.46 -
System Red Green Blue C M Y K H S L
Decimal 200 197 13 0 0.02 0.94 0.22 59.04 0.88 0.42
Hex C8 C5 D 0 2 5E 16 3B 58 2A
Octal 310 305 15 0 2 136 26 73 130 52
Binary 11001000 11000101 1101 0 10 1011110 10110 111011 1011000 101010

Color Harmonies of #C8C50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C50D

Black with #C8C50D

Text Example


Text Example

White with #C8C50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C50D; }

 p { color: rgb(200,197,13); }

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

background-color css

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

 a { background-color: rgb(200,197,13); }

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

border-color css

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

 span { border-color: rgb(200,197,13); }

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