Html Css Color HEX #C8C00D Bird Flower

📋 copy color: '#C8C00D'

red 200 ◦ green 192 ◦ blue 13

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

Shades of Bird Flower #C8C00D

Tints of Bird Flower #C8C00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

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

R = 49.38%
G = 47.41%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8C00D (or 0xC8C00D) is known color: Bird Flower. HEX triplet: C8, C0 and 0D. RGB value is (200,192,13). Sum of RGB (Red+Green+Blue) = 200+192+13=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C00D is #373FF2. Grayscale: #AEAEAE. Windows color (decimal): -3620851 or 901320. OLE color: 901320.

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

Color convert

RGB 200 192 13 -
CMYK 0 0.04 0.94 0.22
HSL 57.43º 0.88% 0.42% -
HSV(B) 57.43º 0.94% 0.78% -
XYZ 42.74 50.01 7.78 -
YUV 173.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 200 192 13 0 0.04 0.94 0.22 57.43 0.88 0.42
Hex C8 C0 D 0 4 5E 16 39 58 2A
Octal 310 300 15 0 4 136 26 71 130 52
Binary 11001000 11000000 1101 0 100 1011110 10110 111001 1011000 101010

Color Harmonies of #C8C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C00D

Black with #C8C00D

Text Example


Text Example

White with #C8C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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