Html Css Color HEX #CED615 Barberry

📋 copy color: '#CED615'

red 206 ◦ green 214 ◦ blue 21

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

Shades of Barberry #CED615

Tints of Barberry #CED615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

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

R = 46.71%
G = 48.53%
B = 4.76%

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

#CED615 (or 0xCED615) is known color: Barberry. HEX triplet: CE, D6 and 15. RGB value is (206,214,21). Sum of RGB (Red+Green+Blue) = 206+214+21=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #CED615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED615 is #3129EA. Grayscale: #BEBEBE. Windows color (decimal): -3221995 or 1431246. OLE color: 1431246.

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

Color convert

RGB 206 214 21 -
CMYK 0.04 0 0.90 0.16
HSL 62.49º 0.82% 0.46% -
HSV(B) 62.49º 0.9% 0.84% -
XYZ 49.64 61.27 9.92 -
YUV 189.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 206 214 21 0.04 0 0.90 0.16 62.49 0.82 0.46
Hex CE D6 15 4 0 5A 10 3E 52 2E
Octal 316 326 25 4 0 132 20 76 122 56
Binary 11001110 11010110 10101 100 0 1011010 10000 111110 1010010 101110

Color Harmonies of #CED615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED615

Black with #CED615

Text Example


Text Example

White with #CED615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED615; }

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

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

background-color css

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

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

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

border-color css

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

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

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