Html Css Color HEX #CED815 Barberry

📋 copy color: '#CED815'

red 206 ◦ green 216 ◦ blue 21

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

Shades of Barberry #CED815

Tints of Barberry #CED815

RGB

 RED value IS 206 (80.86% from 255) = 46.5%

 GREEN value IS 216 (84.77% from 255) = 48.76%

 BLUE value IS 21 (8.59% from 255) = 4.74%

R = 46.5%
G = 48.76%
B = 4.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#CED815 (or 0xCED815) is known color: Barberry. HEX triplet: CE, D8 and 15. RGB value is (206,216,21). Sum of RGB (Red+Green+Blue) = 206+216+21=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #CED815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED815 is #3127EA. Grayscale: #BFBFBF. Windows color (decimal): -3221483 or 1431758. OLE color: 1431758.

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

Color convert

RGB 206 216 21 -
CMYK 0.05 0 0.90 0.15
HSL 63.08º 0.82% 0.46% -
HSV(B) 63.08º 0.9% 0.85% -
XYZ 50.14 62.29 10.09 -
YUV 190.78 32.19 138.86 -
System Red Green Blue C M Y K H S L
Decimal 206 216 21 0.05 0 0.90 0.15 63.08 0.82 0.46
Hex CE D8 15 5 0 5A F 3F 52 2E
Octal 316 330 25 5 0 132 17 77 122 56
Binary 11001110 11011000 10101 101 0 1011010 1111 111111 1010010 101110

Color Harmonies of #CED815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED815

Black with #CED815

Text Example


Text Example

White with #CED815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED815; }

 p { color: rgb(206,216,21); }

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

background-color css

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

 a { background-color: rgb(206,216,21); }

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

border-color css

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

 span { border-color: rgb(206,216,21); }

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