Html Css Color HEX #C8D213 Barberry

📋 copy color: '#C8D213'

red 200 ◦ green 210 ◦ blue 19

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

Shades of Barberry #C8D213

Tints of Barberry #C8D213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.95%

 BLUE value IS 19 (7.81% from 255) = 4.43%

R = 46.62%
G = 48.95%
B = 4.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#C8D213 (or 0xC8D213) is known color: Barberry. HEX triplet: C8, D2 and 13. RGB value is (200,210,19). Sum of RGB (Red+Green+Blue) = 200+210+19=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D213 is #372DEC. Grayscale: #B9B9B9. Windows color (decimal): -3616237 or 1299144. OLE color: 1299144.

HSL color Cylindrical-coordinate representation of color #C8D213: hue angle of 63.14º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8D213 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 210 19 -
CMYK 0.05 0 0.91 0.18
HSL 63.14º 0.83% 0.45% -
HSV(B) 63.14º 0.91% 0.82% -
XYZ 46.98 58.42 9.42 -
YUV 185.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 200 210 19 0.05 0 0.91 0.18 63.14 0.83 0.45
Hex C8 D2 13 5 0 5B 12 3F 53 2D
Octal 310 322 23 5 0 133 22 77 123 55
Binary 11001000 11010010 10011 101 0 1011011 10010 111111 1010011 101101

Color Harmonies of #C8D213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D213

Black with #C8D213

Text Example


Text Example

White with #C8D213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D213; }

 p { color: rgb(200,210,19); }

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

background-color css

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

 a { background-color: rgb(200,210,19); }

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

border-color css

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

 span { border-color: rgb(200,210,19); }

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