Html Css Color HEX #CED611 Barberry

📋 copy color: '#CED611'

red 206 ◦ green 214 ◦ blue 17

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

Shades of Barberry #CED611

Tints of Barberry #CED611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.89%

R = 47.14%
G = 48.97%
B = 3.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CED611 (or 0xCED611) is known color: Barberry. HEX triplet: CE, D6 and 11. RGB value is (206,214,17). Sum of RGB (Red+Green+Blue) = 206+214+17=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #CED611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED611 is #3129EE. Grayscale: #BDBDBD. Windows color (decimal): -3221999 or 1169102. OLE color: 1169102.

HSL color Cylindrical-coordinate representation of color #CED611: hue angle of 62.44º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED611 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 17 -
CMYK 0.04 0 0.92 0.16
HSL 62.44º 0.85% 0.45% -
HSV(B) 62.44º 0.92% 0.84% -
XYZ 49.6 61.26 9.74 -
YUV 189.15 30.85 140.02 -
System Red Green Blue C M Y K H S L
Decimal 206 214 17 0.04 0 0.92 0.16 62.44 0.85 0.45
Hex CE D6 11 4 0 5C 10 3E 55 2D
Octal 316 326 21 4 0 134 20 76 125 55
Binary 11001110 11010110 10001 100 0 1011100 10000 111110 1010101 101101

Color Harmonies of #CED611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED611

Black with #CED611

Text Example


Text Example

White with #CED611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED611; }

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

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

background-color css

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

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

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

border-color css

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

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

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