Html Css Color HEX #CED311 Barberry

📋 copy color: '#CED311'

red 206 ◦ green 211 ◦ blue 17

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

Shades of Barberry #CED311

Tints of Barberry #CED311

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

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

R = 47.47%
G = 48.62%
B = 3.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CED311 (or 0xCED311) is known color: Barberry. HEX triplet: CE, D3 and 11. RGB value is (206,211,17). Sum of RGB (Red+Green+Blue) = 206+211+17=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #CED311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED311 is #312CEE. Grayscale: #BCBCBC. Windows color (decimal): -3222767 or 1168334. OLE color: 1168334.

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

Color convert

RGB 206 211 17 -
CMYK 0.02 0 0.92 0.17
HSL 61.55º 0.85% 0.45% -
HSV(B) 61.55º 0.92% 0.83% -
XYZ 48.85 59.75 9.49 -
YUV 187.39 31.84 141.27 -
System Red Green Blue C M Y K H S L
Decimal 206 211 17 0.02 0 0.92 0.17 61.55 0.85 0.45
Hex CE D3 11 2 0 5C 11 3E 55 2D
Octal 316 323 21 2 0 134 21 76 125 55
Binary 11001110 11010011 10001 10 0 1011100 10001 111110 1010101 101101

Color Harmonies of #CED311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED311

Black with #CED311

Text Example


Text Example

White with #CED311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED311; }

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

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

background-color css

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

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

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

border-color css

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

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

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