Html Css Color HEX #C8B80D Bird Flower

📋 copy color: '#C8B80D'

red 200 ◦ green 184 ◦ blue 13

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

Shades of Bird Flower #C8B80D

Tints of Bird Flower #C8B80D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

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

R = 50.38%
G = 46.35%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8B80D (or 0xC8B80D) is known color: Bird Flower. HEX triplet: C8, B8 and 0D. RGB value is (200,184,13). Sum of RGB (Red+Green+Blue) = 200+184+13=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B80D is #3747F2. Grayscale: #A9A9A9. Windows color (decimal): -3622899 or 899272. OLE color: 899272.

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

Color convert

RGB 200 184 13 -
CMYK 0 0.08 0.94 0.22
HSL 54.87º 0.88% 0.42% -
HSV(B) 54.87º 0.94% 0.78% -
XYZ 41.03 46.59 7.21 -
YUV 169.29 39.8 149.9 -
System Red Green Blue C M Y K H S L
Decimal 200 184 13 0 0.08 0.94 0.22 54.87 0.88 0.42
Hex C8 B8 D 0 8 5E 16 37 58 2A
Octal 310 270 15 0 10 136 26 67 130 52
Binary 11001000 10111000 1101 0 1000 1011110 10110 110111 1011000 101010

Color Harmonies of #C8B80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B80D

Black with #C8B80D

Text Example


Text Example

White with #C8B80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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