Html Css Color HEX #CEDB11 Barberry

📋 copy color: '#CEDB11'

red 206 ◦ green 219 ◦ blue 17

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

Shades of Barberry #CEDB11

Tints of Barberry #CEDB11

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.55%

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

R = 46.61%
G = 49.55%
B = 3.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#CEDB11 (or 0xCEDB11) is known color: Barberry. HEX triplet: CE, DB and 11. RGB value is (206,219,17). Sum of RGB (Red+Green+Blue) = 206+219+17=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB11 is #3124EE. Grayscale: #C0C0C0. Windows color (decimal): -3220719 or 1170382. OLE color: 1170382.

HSL color Cylindrical-coordinate representation of color #CEDB11: hue angle of 63.86º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEDB11 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 17 -
CMYK 0.06 0 0.92 0.14
HSL 63.86º 0.86% 0.46% -
HSV(B) 63.86º 0.92% 0.86% -
XYZ 50.89 63.83 10.17 -
YUV 192.09 29.19 137.93 -
System Red Green Blue C M Y K H S L
Decimal 206 219 17 0.06 0 0.92 0.14 63.86 0.86 0.46
Hex CE DB 11 6 0 5C E 40 56 2E
Octal 316 333 21 6 0 134 16 100 126 56
Binary 11001110 11011011 10001 110 0 1011100 1110 1000000 1010110 101110

Color Harmonies of #CEDB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB11

Black with #CEDB11

Text Example


Text Example

White with #CEDB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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