Html Css Color HEX #C8B70D Bird Flower

📋 copy color: '#C8B70D'

red 200 ◦ green 183 ◦ blue 13

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

Shades of Bird Flower #C8B70D

Tints of Bird Flower #C8B70D

RGB

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

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

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

R = 50.51%
G = 46.21%
B = 3.28%

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

#C8B70D (or 0xC8B70D) is known color: Bird Flower. HEX triplet: C8, B7 and 0D. RGB value is (200,183,13). Sum of RGB (Red+Green+Blue) = 200+183+13=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B70D is #3748F2. Grayscale: #A9A9A9. Windows color (decimal): -3623155 or 899016. OLE color: 899016.

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

Color convert

RGB 200 183 13 -
CMYK 0 0.08 0.94 0.22
HSL 54.55º 0.88% 0.42% -
HSV(B) 54.55º 0.94% 0.78% -
XYZ 40.83 46.18 7.14 -
YUV 168.7 40.13 150.32 -
System Red Green Blue C M Y K H S L
Decimal 200 183 13 0 0.08 0.94 0.22 54.55 0.88 0.42
Hex C8 B7 D 0 8 5E 16 37 58 2A
Octal 310 267 15 0 10 136 26 67 130 52
Binary 11001000 10110111 1101 0 1000 1011110 10110 110111 1011000 101010

Color Harmonies of #C8B70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B70D

Black with #C8B70D

Text Example


Text Example

White with #C8B70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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