Html Css Color HEX #C8B60D Bird Flower

📋 copy color: '#C8B60D'

red 200 ◦ green 182 ◦ blue 13

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

Shades of Bird Flower #C8B60D

Tints of Bird Flower #C8B60D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.08%

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

R = 50.63%
G = 46.08%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8B60D (or 0xC8B60D) is known color: Bird Flower. HEX triplet: C8, B6 and 0D. RGB value is (200,182,13). Sum of RGB (Red+Green+Blue) = 200+182+13=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B60D is #3749F2. Grayscale: #A8A8A8. Windows color (decimal): -3623411 or 898760. OLE color: 898760.

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

Color convert

RGB 200 182 13 -
CMYK 0 0.09 0.94 0.22
HSL 54.22º 0.88% 0.42% -
HSV(B) 54.22º 0.94% 0.78% -
XYZ 40.62 45.76 7.07 -
YUV 168.12 40.46 150.74 -
System Red Green Blue C M Y K H S L
Decimal 200 182 13 0 0.09 0.94 0.22 54.22 0.88 0.42
Hex C8 B6 D 0 9 5E 16 36 58 2A
Octal 310 266 15 0 11 136 26 66 130 52
Binary 11001000 10110110 1101 0 1001 1011110 10110 110110 1011000 101010

Color Harmonies of #C8B60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B60D

Black with #C8B60D

Text Example


Text Example

White with #C8B60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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