Html Css Color HEX #CED716 Barberry

📋 copy color: '#CED716'

red 206 ◦ green 215 ◦ blue 22

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

Shades of Barberry #CED716

Tints of Barberry #CED716

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.53%

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

R = 46.5%
G = 48.53%
B = 4.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#CED716 (or 0xCED716) is known color: Barberry. HEX triplet: CE, D7 and 16. RGB value is (206,215,22). Sum of RGB (Red+Green+Blue) = 206+215+22=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #CED716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED716 is #3128E9. Grayscale: #BFBFBF. Windows color (decimal): -3221738 or 1497038. OLE color: 1497038.

HSL color Cylindrical-coordinate representation of color #CED716: hue angle of 62.8º 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 #CED716 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 22 -
CMYK 0.04 0 0.90 0.16
HSL 62.8º 0.81% 0.46% -
HSV(B) 62.8º 0.9% 0.84% -
XYZ 49.9 61.78 10.05 -
YUV 190.31 33.02 139.19 -
System Red Green Blue C M Y K H S L
Decimal 206 215 22 0.04 0 0.90 0.16 62.8 0.81 0.46
Hex CE D7 16 4 0 5A 10 3F 51 2E
Octal 316 327 26 4 0 132 20 77 121 56
Binary 11001110 11010111 10110 100 0 1011010 10000 111111 1010001 101110

Color Harmonies of #CED716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED716

Black with #CED716

Text Example


Text Example

White with #CED716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED716; }

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

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

background-color css

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

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

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

border-color css

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

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

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