Html Css Color HEX #C8B10D Bird Flower

📋 copy color: '#C8B10D'

red 200 ◦ green 177 ◦ blue 13

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

Shades of Bird Flower #C8B10D

Tints of Bird Flower #C8B10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.38%

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

R = 51.28%
G = 45.38%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8B10D (or 0xC8B10D) is known color: Bird Flower. HEX triplet: C8, B1 and 0D. RGB value is (200,177,13). Sum of RGB (Red+Green+Blue) = 200+177+13=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B10D is #374EF2. Grayscale: #A5A5A5. Windows color (decimal): -3624691 or 897480. OLE color: 897480.

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

Color convert

RGB 200 177 13 -
CMYK 0 0.12 0.94 0.22
HSL 52.62º 0.88% 0.42% -
HSV(B) 52.62º 0.94% 0.78% -
XYZ 39.61 43.75 6.74 -
YUV 165.18 42.12 152.84 -
System Red Green Blue C M Y K H S L
Decimal 200 177 13 0 0.12 0.94 0.22 52.62 0.88 0.42
Hex C8 B1 D 0 C 5E 16 35 58 2A
Octal 310 261 15 0 14 136 26 65 130 52
Binary 11001000 10110001 1101 0 1100 1011110 10110 110101 1011000 101010

Color Harmonies of #C8B10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B10D

Black with #C8B10D

Text Example


Text Example

White with #C8B10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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