Html Css Color HEX #CED516 Barberry

📋 copy color: '#CED516'

red 206 ◦ green 213 ◦ blue 22

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

Shades of Barberry #CED516

Tints of Barberry #CED516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

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

R = 46.71%
G = 48.3%
B = 4.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#CED516 (or 0xCED516) is known color: Barberry. HEX triplet: CE, D5 and 16. RGB value is (206,213,22). Sum of RGB (Red+Green+Blue) = 206+213+22=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #CED516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED516 is #312AE9. Grayscale: #BDBDBD. Windows color (decimal): -3222250 or 1496526. OLE color: 1496526.

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

Color convert

RGB 206 213 22 -
CMYK 0.03 0 0.90 0.16
HSL 62.2º 0.81% 0.46% -
HSV(B) 62.2º 0.9% 0.84% -
XYZ 49.39 60.77 9.89 -
YUV 189.13 33.68 140.03 -
System Red Green Blue C M Y K H S L
Decimal 206 213 22 0.03 0 0.90 0.16 62.2 0.81 0.46
Hex CE D5 16 3 0 5A 10 3E 51 2E
Octal 316 325 26 3 0 132 20 76 121 56
Binary 11001110 11010101 10110 11 0 1011010 10000 111110 1010001 101110

Color Harmonies of #CED516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED516

Black with #CED516

Text Example


Text Example

White with #CED516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED516; }

 p { color: rgb(206,213,22); }

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

background-color css

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

 a { background-color: rgb(206,213,22); }

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

border-color css

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

 span { border-color: rgb(206,213,22); }

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