Html Css Color HEX #C8D316 Barberry

📋 copy color: '#C8D316'

red 200 ◦ green 211 ◦ blue 22

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

Shades of Barberry #C8D316

Tints of Barberry #C8D316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

 BLUE value IS 22 (8.98% from 255) = 5.08%

R = 46.19%
G = 48.73%
B = 5.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#C8D316 (or 0xC8D316) is known color: Barberry. HEX triplet: C8, D3 and 16. RGB value is (200,211,22). Sum of RGB (Red+Green+Blue) = 200+211+22=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D316 is #372CE9. Grayscale: #BABABA. Windows color (decimal): -3615978 or 1496008. OLE color: 1496008.

HSL color Cylindrical-coordinate representation of color #C8D316: hue angle of 63.49º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8D316 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 211 22 -
CMYK 0.05 0 0.90 0.17
HSL 63.49º 0.81% 0.46% -
HSV(B) 63.49º 0.9% 0.83% -
XYZ 47.26 58.93 9.64 -
YUV 186.17 35.36 137.87 -
System Red Green Blue C M Y K H S L
Decimal 200 211 22 0.05 0 0.90 0.17 63.49 0.81 0.46
Hex C8 D3 16 5 0 5A 11 3F 51 2E
Octal 310 323 26 5 0 132 21 77 121 56
Binary 11001000 11010011 10110 101 0 1011010 10001 111111 1010001 101110

Color Harmonies of #C8D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D316

Black with #C8D316

Text Example


Text Example

White with #C8D316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D316; }

 p { color: rgb(200,211,22); }

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

background-color css

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

 a { background-color: rgb(200,211,22); }

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

border-color css

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

 span { border-color: rgb(200,211,22); }

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