Html Css Color HEX #CED016 Barberry

📋 copy color: '#CED016'

red 206 ◦ green 208 ◦ blue 22

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

Shades of Barberry #CED016

Tints of Barberry #CED016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.71%

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

R = 47.25%
G = 47.71%
B = 5.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CED016 (or 0xCED016) is known color: Barberry. HEX triplet: CE, D0 and 16. RGB value is (206,208,22). Sum of RGB (Red+Green+Blue) = 206+208+22=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #CED016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED016 is #312FE9. Grayscale: #BABABA. Windows color (decimal): -3223530 or 1495246. OLE color: 1495246.

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

Color convert

RGB 206 208 22 -
CMYK 0.01 0 0.89 0.18
HSL 60.65º 0.81% 0.45% -
HSV(B) 60.65º 0.89% 0.82% -
XYZ 48.15 58.29 9.47 -
YUV 186.2 35.34 142.12 -
System Red Green Blue C M Y K H S L
Decimal 206 208 22 0.01 0 0.89 0.18 60.65 0.81 0.45
Hex CE D0 16 1 0 59 12 3D 51 2D
Octal 316 320 26 1 0 131 22 75 121 55
Binary 11001110 11010000 10110 1 0 1011001 10010 111101 1010001 101101

Color Harmonies of #CED016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED016

Black with #CED016

Text Example


Text Example

White with #CED016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED016; }

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

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

background-color css

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

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

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

border-color css

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

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

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