Html Css Color HEX #C8C21D Bird Flower

📋 copy color: '#C8C21D'

red 200 ◦ green 194 ◦ blue 29

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

Shades of Bird Flower #C8C21D

Tints of Bird Flower #C8C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

 BLUE value IS 29 (11.72% from 255) = 6.86%

R = 47.28%
G = 45.86%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8C21D (or 0xC8C21D) is known color: Bird Flower. HEX triplet: C8, C2 and 1D. RGB value is (200,194,29). Sum of RGB (Red+Green+Blue) = 200+194+29=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C21D is #373DE2. Grayscale: #B1B1B1. Windows color (decimal): -3620323 or 1950408. OLE color: 1950408.

HSL color Cylindrical-coordinate representation of color #C8C21D: hue angle of 57.89º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8C21D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 29 -
CMYK 0 0.03 0.86 0.22
HSL 57.89º 0.75% 0.45% -
HSV(B) 57.89º 0.86% 0.78% -
XYZ 43.33 50.95 8.71 -
YUV 176.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 200 194 29 0 0.03 0.86 0.22 57.89 0.75 0.45
Hex C8 C2 1D 0 3 56 16 3A 4B 2D
Octal 310 302 35 0 3 126 26 72 113 55
Binary 11001000 11000010 11101 0 11 1010110 10110 111010 1001011 101101

Color Harmonies of #C8C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C21D

Black with #C8C21D

Text Example


Text Example

White with #C8C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C21D; }

 p { color: rgb(200,194,29); }

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

background-color css

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

 a { background-color: rgb(200,194,29); }

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

border-color css

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

 span { border-color: rgb(200,194,29); }

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