Html Css Color HEX #CEDF11 Barberry

📋 copy color: '#CEDF11'

red 206 ◦ green 223 ◦ blue 17

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

Shades of Barberry #CEDF11

Tints of Barberry #CEDF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50%

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

R = 46.19%
G = 50%
B = 3.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#CEDF11 (or 0xCEDF11) is known color: Barberry. HEX triplet: CE, DF and 11. RGB value is (206,223,17). Sum of RGB (Red+Green+Blue) = 206+223+17=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF11 is #3120EE. Grayscale: #C3C3C3. Windows color (decimal): -3219695 or 1171406. OLE color: 1171406.

HSL color Cylindrical-coordinate representation of color #CEDF11: hue angle of 64.95º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEDF11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 17 -
CMYK 0.08 0 0.92 0.13
HSL 64.95º 0.86% 0.47% -
HSV(B) 64.95º 0.92% 0.87% -
XYZ 51.94 65.94 10.52 -
YUV 194.43 27.87 136.25 -
System Red Green Blue C M Y K H S L
Decimal 206 223 17 0.08 0 0.92 0.13 64.95 0.86 0.47
Hex CE DF 11 8 0 5C D 41 56 2F
Octal 316 337 21 10 0 134 15 101 126 57
Binary 11001110 11011111 10001 1000 0 1011100 1101 1000001 1010110 101111

Color Harmonies of #CEDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF11

Black with #CEDF11

Text Example


Text Example

White with #CEDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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